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
 6
 7
 8
 9
10
 data(plant1)
 library(dplyr)
 mydata<-filter(plant1,!is.na(plant1$thermalTime))
 str(mydata)
 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/openSilexStatR documentation built on Sept. 10, 2020, 1:03 p.m.