Learn R Programming

psychtm (version 2021.1.0)

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

Description

Create generic ndocs<- function for class

Usage

ndocs(x) <- value

Arguments

x

An Model object.

value

Integer number of documents to assign to slot.

Value

None.

Examples

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

Run the code above in your browser using DataLab