Learn R Programming

psychtm (version 2021.1.0)

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

Description

Create generic sigma0<- function for class

Usage

sigma0(x) <- value

Arguments

x

An Model object.

value

Numeric covariance matrix of prior for regression coefficients to assign to slot.

Value

None.

Examples

Run this code
# NOT RUN {
m1 <- Model(ndocs = 1)
sigma0(m1) <- diag(1.0, 2)

# }

Run the code above in your browser using DataLab