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)

Arguments

x

An Model object.

Value

Double matrix of prior variances and covariances for regression coefficients.

Examples

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

Run the code above in your browser using DataLab