predict.Bayesthresh: Extract the predict values

Description Usage Arguments Examples

View source: R/predict.Bayesthresh.R

Description

Predict values based on the Bayesthres model object

Usage

1
2
## S3 method for class 'Bayesthresh'
predict(object, ...)

Arguments

object

Object of class "Bayesthresh"

...

No usage

Examples

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

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

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

predict(dex1)

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