fit: Model fit

Description Usage Arguments Details Examples

View source: R/classfunctions.R

Description

fit gives several model fit statistics.

Usage

1
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

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

bpnreg documentation built on Aug. 6, 2021, 9:07 a.m.