avaliaAjuste {Fgmutils} | R Documentation |
avalia Ajuste
Description
this function evaluates the quality of the adjustment of the statistical model, rom observed data and those estimated by the model, observed
Usage
avaliaAjuste(dataFrame, variavelObservados, variavelEstimados,
linear = TRUE, nParametros = NA, intercepto = TRUE, plot = NA,
modelo = NA, resumo = FALSE, emf = TRUE)
Arguments
dataFrame |
dataFrane with information observed, estimated |
variavelObservados |
vector of values observed. |
variavelEstimados |
vector of values estimated. |
linear |
boolean is linear model |
nParametros |
number of parameters used in the adjusted model |
intercepto |
if you model is no-intercepto use FALSE |
plot |
Vector graphic information |
modelo |
the name of the adjusted model |
resumo |
if you want summary information, use TRUE |
emf |
to save the graphic in the format emf use TRUE |
[Package Fgmutils version 0.9.5 Index]