Learn R Programming

psychtm (version 2021.1.0)

a0: Create generic a0 function for class

Description

Create generic a0 function for class

Usage

a0(x)

Arguments

x

An Mlr object.

Value

Double value of shape prior parameter for residual variance.

Examples

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

Run the code above in your browser using DataLab