avaliaVolumeAvancado2: evaluates Volume Advanced

Description Usage Arguments Value

Description

this function performs an assessment of estimates of a variable as the forcefulness with expected

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
avaliaVolumeAvancado2(
  base = NULL,
  basePredicao = NULL,
  baseProjecao = NULL,
  mapeamento = list(dap1 = "dap1", dap2 = "dap2", ht1 = "ht1", ht2 = "ht2", idade2 =
    "idadearred2", parcela = "parcela", areacorr = "areacorr"),
  modelos = NULL,
  salvar = NULL,
  graficos = NULL,
  estatisticas = NULL,
  forcePredict = F,
  dividirEm = NULL,
  percentualDeTreino = 0.7,
  agruparPor = NULL,
  fnCalculaVolume = calculaVolumeDefault,
  rmColsSuspicious = F
)

Arguments

base

data.frame with data in case of fragment base

basePredicao

data.frame with data to use in ajust

baseProjecao

data.frame with data to use in validation

mapeamento

name of fields on base

modelos

list of exclusive for base models

salvar

list of param to save the files

graficos

list of param to plot graphics

estatisticas

list of param to caclc estatistics

forcePredict

force the calculation without using predict?

dividirEm

how divide the base in training and validation

percentualDeTreino

how many percent will stay in the training group?

agruparPor

name field of base is group of individuals

fnCalculaVolume

list of estatistics results

rmColsSuspicious

remove fields b0, b1, b2, b2 ... of bases?

Value

will be returned a result of statistics and ranking of volume


ITGM documentation built on Jan. 20, 2021, 5:06 p.m.