estatisticasCV {Fgmutils} | R Documentation |
Co variance Estatistics
Description
this function returns a data.frame containing fields cv
Usage
estatisticasCV(observado, estimado, ajuste = NULL,
dfEstatisticas = NULL, baseDoAjuste = NULL, formulaDoAjuste = NULL,
...)
Arguments
observado |
list containing the observations of variable |
estimado |
list containing estimates of variable |
ajuste |
is ajust obtained a function like lm or nlsLM |
dfEstatisticas |
a data.frame |
baseDoAjuste |
data.frame optional |
formulaDoAjuste |
formula used in ajust |
... |
only for compatibility with other functions |
Value
will be returned data.frame with cv
[Package Fgmutils version 0.9.5 Index]