Learn R Programming

psychtm (version 2021.1.0)

nchain<-: Create generic nchain<- function for class

Description

Create generic nchain<- function for class

Usage

nchain(x) <- value

Arguments

x

An Model object.

value

Integer length of sampler chain to assign to slot.

Value

None.

Examples

Run this code
# NOT RUN {
m1 <- Model(ndocs = 1)
nchain(m1) <- 100
# }

Run the code above in your browser using DataLab