avaliaAjuste: avalia Ajuste

Description Usage Arguments

Description

this function evaluates the quality of the adjustment of the statistical model, rom observed data and those estimated by the model, observed

Usage

1
2
3
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


Fgmutils documentation built on May 2, 2019, 9:16 a.m.