Description Usage Arguments Value
This function evaluates the volume of past data frames based on the parameter 'listOfdata'
1 2 3 4 5 6 | evalAgeBased(listOfdata, mapper = list(volume2 = "volume2", volume2est =
"volume2est", dap2 = "dap2", dap2est = "dap2est", ht2 = "ht2", ht2est =
"ht2est"), fnAvaliaEstimativas = avaliaEstimativas,
paramEstatisticsDAP, paramEstatisticsHT, paramEstatisticsVolume,
titulos = "paste(\"Idade\", idade)", ageER = "^.*_",
nameModel = NULL)
|
listOfdata |
the list that contains the data frames predicts |
mapper |
mapper from labels of fields volume, dap, ht |
fnAvaliaEstimativas |
funcion to evaluate dataframes of listOfdata |
paramEstatisticsDAP |
parameters to pass to function 'fnAvaliaEstimativas' |
paramEstatisticsHT |
analogous to paramEstatisticsDAP |
paramEstatisticsVolume |
analogous to paramEstatisticsDAP |
titulos |
customize titles of grafics |
ageER |
regex used to discover age in names from dataframe in listOfdata |
nameModel |
name of model used to predict to generate listOfdata optional |
will be returned a list of round ages
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.