R/fit_wrappers.R

Defines functions btReg.fit RaschModel.fit

Documented in btReg.fit RaschModel.fit

## *.fit wrappers for new *model() functions.
RaschModel.fit <- function(y, ...) raschmodel(y = y, ...)
RSModel.fit <- function (y, ...) rsmodel(y = y, ...)
PCModel.fit <- function (y, ...) pcmodel(y = y, ...)
btReg.fit <- function(y, ...) btmodel(y = y, ...)

Try the psychotools package in your browser

Any scripts or data that you put into this service are public.

psychotools documentation built on July 9, 2023, 6:12 p.m.