coef.inter: Extract interaction model parameters

View source: R/interaction_model.R

coef.interR Documentation

Extract interaction model parameters

Description

Extract interaction model parameters

Usage

## S3 method for class 'inter'
coef(object, what = c("items", "scoreprob"), ...)

Arguments

object

an object returned by the function fit_inter

what

which coefficients to return. Defaults to items (the item parameters), can also be scoreprob for the probability of each item score per booklet score.

...

further arguments to coef are ignored


dexter documentation built on April 11, 2025, 5:45 p.m.