StructureReplicate: Create StructureReplicate object

Description Usage Arguments Value See Also

View source: R/StructureReplicate.R

Description

This function creates a new StructureReplicate object.

Usage

1
2
StructureReplicate(lnprob, loglik, var_loglik, alpha, matrix, sample.names,
  output, log, mcmc)

Arguments

lnprob

numeric estimated ln probability of the model.

loglik

numeric mean negative loglikelihood of model.

var_loglik

numeric variance in negative loglikelihood of model.

alpha

numeric mean value of alpha.

matrix

matrix population membership probabilities. Each row is an individual. Each column is for a different population.

sample.names

character name of samples.

output

character output file.

log

character log file.

mcmc

data.frame MCMC updates during run.

Value

StructureReplicate.

See Also

StructureReplicate-class.


paleo13/structurer documentation built on May 24, 2019, 6:01 p.m.