View source: R/robustEstimationEquations.R
| score | R Documentation | 
Can be used to compute the values of the robust estimation equations at their 'solution'.
score(object, filter, ...)
object | 
 a fitted object  | 
filter | 
 (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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.