Learn R Programming

SemiparMF (version 1.0.0)

summary.semiparMF: Summary Method for SemiparMF

Description

Summary Method for SemiparMF

Usage

# S3 method for semiparMF
summary(object, ...)

Value

A list of class summary.semiparMF containing:

coefficients

A list of estimated parameters (beta, gamma, rho).

last_mspe

The Mean Squared Prediction Error from the final iteration.

residuals_summary

Summary statistics of the residuals.

iterations

Total number of iterations performed.

call

The function call.

Arguments

object

An object of class semiparMF.

...

Additional arguments.