MCResult.getFitted: Get Fitted Values.

View source: R/MCResultMethods.r

MCResult.getFittedR Documentation

Get Fitted Values.

Description

This funcion computes fitted values for a 'MCResult'-object. Depending on the regression method and the error ratio, a projection onto the regression line is performed accordingly. For each point (x_i; y_i) i=1,...,n the projected point(x_hat_i; y_hat_i) is computed.

Usage

MCResult.getFitted(.Object)

Arguments

.Object

object of class "MCResult".

Value

fitted values as data frame.

See Also

plotResiduals getResiduals


mcr documentation built on Oct. 11, 2023, 5:14 p.m.