R2 Estatistics for linear models
this function returns a data.frame containing fields r2
estatisticasR2(observado, estimado, dfEstatisticas = NULL, ajuste = NULL, intercepto = TRUE, formulaDoAjuste = NULL, baseDoAjuste = NULL, ...)
observado |
list containing the observations of variable |
estimado |
list containing estimates of variable |
dfEstatisticas |
a data.frame |
ajuste |
is ajust obtained a function like lm or nlsLM |
intercepto |
intercepts? |
formulaDoAjuste |
formula used in ajust |
baseDoAjuste |
data.frame optional |
... |
only for compatibility with other functions |
will be returned data.frame with r2
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.