fit: Model fit

View source: R/classfunctions.R

fitR Documentation

Model fit

Description

fit gives several model fit statistics.

Usage

fit(object)

Arguments

object

an object used to select a method.

Details

the methods fit.bpnr and fit.bpnme have their own help page.

Examples

library(bpnreg)
fit.Motor <- bpnr(pred.I = Phaserad ~ 1 + Cond, data = Motor,
its = 100, burn = 10, n.lag = 3)
fit(fit.Motor)



joliencremers/bpnreg documentation built on Nov. 9, 2023, 4:55 a.m.