printCARBayesST: printCARBayesST

Description Usage Arguments Value See Also Examples

View source: R/bayesianSTmodel.R

Description

a function for CARBayesST analysis description

Usage

1
printCARBayesST(modelin)

Arguments

modelin

a CARBayesST object to describe

Value

a summary of a CARBayesST object (spatio-temporal bayesian modelling)

See Also

CARBayesST, ST.CARanova

Examples

1
2
3
4
5
 test<-fitCARBayesST(datain=mydata,xvar="thermalTime",trait="plantHeight",k=2,
     graphDist=TRUE,burnin=10,n.sample=110,
     formulaModel=as.formula(plantHeight~scenario+genotypeAlias),
     typeModel="anova",verbose=FALSE)
 printCARBayesST(modelin=test[[1]])

sanchezi/phisStatR documentation built on Nov. 14, 2019, 7:10 p.m.