Learn R Programming

guess (version 0.7.0)

new_guess_fit: S3 Methods for guess Objects

Description

Print, summary, coef, vcov, and confint methods for guess model fits and cross-validation results. Create a guess_fit object

Usage

new_guess_fit(params, learning, n_items, n_obs, model_type, call = NULL)

Value

object of class "guess_fit"

Arguments

params

parameter matrix (rows = parameters, cols = items)

learning

learning estimates vector

n_items

number of items

n_obs

total observations

model_type

"nodk" or "dk"

call

original function call