predict.margint {rmargint}R Documentation

Fitted values for objects of class margint

Description

This function returns the fitted values given the covariates of the original sample under an additive model using a classical or robust marginal integration procedure estimator computed with margint.cl or margint.rob.

Usage

## S3 method for class 'margint'
predict(object, ...)

Arguments

object

an object of class margint, a result of a call to margint.cl or margint.rob.

...

additional other arguments. Currently ignored.

Value

A vector of fitted values.

Author(s)

Alejandra Mercedes Martinez ale_m_martinez@hotmail.com


[Package rmargint version 2.0.3 Index]