score {saeRobust}R 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)

[Package saeRobust version 0.5.0 Index]