powered by
Can be used to compute the values of the robust estimation equations at their 'solution'.
score(object, filter, ...)
a fitted object
(character) a selection of values to be computed
arguments passed to methods
data("grapes", package = "sae") fitRFH <- rfh( grapehect ~ area + workdays - 1, data = grapes, samplingVar = "var" ) score(fitRFH)
Run the code above in your browser using DataLab