compVar: Variance component estimates

Description Usage Arguments Examples

View source: R/compVar.R

Description

Summaries for variance components for the random effects in the model

Usage

1
compVar(object)

Arguments

object

object class "Bayesthresh"

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
### Not run
data(sensory)

Consumer <- factor(sensory$consumer)
Sacarose <- factor(sensory$sacarose)

#### Model 
dex1 <- Bayesthresh(cor ~ (1|Consumer) + Sacarose, burn = 0, 
																			jump = 1, ef.iter = 10, data=sensory) 
compVar(dex1)

Bayesthresh documentation built on May 30, 2017, 6:24 a.m.