Fstat                package:Geneland                R Documentation

_F _s_t_a_t_i_s_t_i_c_s

_D_e_s_c_r_i_p_t_i_o_n:

     Computes F statistics according to Weir and Cockerham's 
     estimators.

_U_s_a_g_e:

     Fstat(genotypes,allele.numbers, path.mcmc)

_A_r_g_u_m_e_n_t_s:

genotypes: Genotypes of individuals. A matrix with one line per
          individual and 2 columns per locus

allele.numbers: A vector of integer containing the number of possible
          allele for each locus

path.mcmc: Path to output files directory 

_V_a_l_u_e:

     A list with components  

Total.Fit : A real number estimating the total Fit

Pairwise.Fis : A matrix of real numbers estimating the pairwise Fis

Pairwise.Fst : A matrix of real numbers estimating the pairwise Fst

Pairwise.Fit : A matrix of real numbers estimating the pairwise Fit

_A_u_t_h_o_r(_s):

     Arnaud Estoup for original code in Turbo Pascal.

     Translation in Fortran and interface with R by Gilles Guillot

_R_e_f_e_r_e_n_c_e_s:

     Weir, B.S. and C.C. Cockerham,  Estimating F-statistics for the
     analysis of population structure, Evolution, 1984, vol. 38,
     1358-1370.

