Description Usage Arguments Value
View source: R/SAEforest_nonLin.R
Main function for ALL Indicators of MERF with unit-level data
1 2 3 4 5 6 7 8 9 10 11 12 | SAEforest_nonLin(
Y,
X,
dName,
survey_data,
census_data,
initialRandomEffects = 0,
ErrorTolerance = 1e-04,
MaxIterations = 25,
m_try = 1,
survey_weigths = NULL
)
|
Y |
metric target variable |
X |
data.frame of covariates |
dName |
name of group-identifier |
survey_data |
survey data set |
census_data |
aggregated census level covariates |
initialRandomEffects |
default set to 0 |
ErrorTolerance |
default set to 1e-04 |
MaxIterations |
default set to 0 |
m_try |
default set to 1 |
survey_weigths |
default set to NULL |
returns object including area level indicators such as quantiles, hcr, gini etc. as well as model details
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.