this function evaluates the quality of the adjustment of the statistical model, rom observed data and those estimated by the model, observed
avaliaAjuste(dataFrame, variavelObservados, variavelEstimados,
linear = TRUE, nParametros = NA, intercepto = TRUE, plot = NA,
modelo = NA, resumo = FALSE, emf = TRUE)
dataFrane with information observed, estimated
vector of values observed.
vector of values estimated.
boolean is linear model
number of parameters used in the adjusted model
if you model is no-intercepto use FALSE
Vector graphic information
the name of the adjusted model
if you want summary information, use TRUE
to save the graphic in the format emf use TRUE