1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
//////////////////////////////////////////////////////////////////
// //
// PLINK (c) 2005-2008 Shaun Purcell //
// //
// This file is distributed under the GNU General Public //
// License, Version 2. Please see the file COPYING for more //
// details //
// //
//////////////////////////////////////////////////////////////////
#include <iostream>
#include <algorithm>
#include "plink.h"
#include "helper.h"
#include "options.h"
#include "perm.h"
#include "model.h"
#include "linear.h"
#include "logistic.h"
#include "stats.h"
|