R {Malmig} | R Documentation |
The function R calculates a R conditional kinship matrix starting from a kinship matrix obtained by the applicatio of the Malecot migration model on a colum stochastic migration matrix.
R(PHI, N)
PHI |
PHI is a square and symmetrical kinship matrix, possibly the output of the function Phi |
N |
N is the effectiove population vector |
Much more useful than the Phi matrix, the conditional kinship R matrix is the basis for further analysis by means of Mantel tests, Procrustes rotations and cluster analysis.
Returns a square symmetrical matrix.
...
Federico C. F. Calboli f.calboli@ucl.ac.uk
Jorde, L. B. 1982. The genetic structure of the Utah mormons: migration analysis. Human Biology 54(3): 583-597.
Phi
for the calculation of "absolute" kinship values
# using Swedlund data again... data(S); data(P); data(N) x<-Mal.eq(S,P,N) phi<-Phi(S,P,N,x) cond.mat<-R(phi,N) cond.mat