Learn R Programming

EstemPMM (version 0.1.1)

PMM2fit-class: S4 class for storing PMM2 regression model results

Description

Class for storing results of linear model estimation using PMM2

Arguments

Slots

coefficients

numeric vector of estimated parameters

residuals

numeric vector of final residuals

m2

numeric second central moment of initial residuals

m3

numeric third central moment of initial residuals

m4

numeric fourth central moment of initial residuals

convergence

logical or integer code indicating whether algorithm converged

iterations

numeric number of iterations performed

call

original function call

Slots

coefficients

Estimated coefficients

residuals

Final residuals

m2

Second central moment

m3

Third central moment

m4

Fourth central moment

convergence

Convergence status

iterations

Number of iterations performed

call

Original call