Learn R Programming

Bayesthresh (version 2.0.1)

compVar: Variance component estimates

Description

Summaries for variance components for the random effects in the model

Usage

compVar(object)

Arguments

object
object class "Bayesthresh"

Examples

Run this code

### 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)

Run the code above in your browser using DataLab