Description Usage Arguments Value See Also Examples
View source: R/bayesianSTmodel.R
a function for CARBayesST analysis description
1 | printCARBayesST(modelin)
|
modelin |
a CARBayesST object to describe |
a summary of a CARBayesST object (spatio-temporal bayesian modelling)
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]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.