SAEforest_nonLin: Main function for ALL Indicators of MERF with unit-level data

Description Usage Arguments Value

View source: R/SAEforest_nonLin.R

Description

Main function for ALL Indicators of MERF with unit-level data

Usage

 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
)

Arguments

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

Value

returns object including area level indicators such as quantiles, hcr, gini etc. as well as model details


krennpa/SAEforestOld documentation built on Dec. 21, 2021, 7:45 a.m.