Learn R Programming

psychtm (version 2021.1.0)

eta: Create generic eta function for class

Description

Create generic eta function for class

Usage

eta(x)

Arguments

x

An Model object.

Value

A numeric matrix of posterior draws of regression coefficients.

Examples

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

Run the code above in your browser using DataLab