Displaying 1 result from an estimated 1 matches for "npopmin".
Did you mean:
npopmax
2009 Jan 13
3
problem whit Geneland
...grid=FALSE)
geno <- data$genotypes
coord <- t(data$coord.indiv)
path.mcmc <- paste(tempdir(),"/",sep="")
set.seed(1)
mcmcFmodel(coordinates=coord,
genotypes=geno,
path.mcmc=path.mcmc,
rate.max=10,
delta.coord=0,
npopmin=1,
npopinit=5,
npopmax=5,
nb.nuclei.max=50,
nit=500,
thinning=1,
freq.model="Dirichlet",
varnpop=FALSE,
spatial=TRUE)
But at the end R say to me that do had found the function "mcmcFmodel"....