Description Usage Arguments Value
View source: R/SAEforest_mean.R
Main function for means of MERF with unit-level data
1 2 3 4 5 6 7 8 9 10 11 12 | SAEforest_mean(
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 Mean predictions and model details
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.