Learn R Programming

psychtm (version 2021.1.0)

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

Description

Create generic b0<- function for class

Usage

b0(x) <- value

Arguments

x

An Mlr object.

value

Numeric value of rate parameter for residual variance prior to assign to slot.

Value

None.

Examples

Run this code
# NOT RUN {
m1 <- Mlr(ndocs = 1)
b0(m1) <- 1.0
# }

Run the code above in your browser using DataLab