score: Compute values of robust score functions

View source: R/robustEstimationEquations.R

scoreR Documentation

Compute values of robust score functions

Description

Can be used to compute the values of the robust estimation equations at their 'solution'.

Usage

score(object, filter, ...)

Arguments

object

a fitted object

filter

(character) a selection of values to be computed

...

arguments passed to methods

Examples

data("grapes", package = "sae")

fitRFH <- rfh(
  grapehect ~ area + workdays - 1,
  data = grapes,
  samplingVar = "var"
)

score(fitRFH)

saeRobust documentation built on Jan. 22, 2023, 1:38 a.m.