View source: R/prepost_estimation_helpers.R
| ebp_normalityfit | R Documentation | 
The function uses the results of the ebp function to produce output a
table showing marginal R-square, conditional R-squared as well as the
skewness and kurtosis of the random and idiosyncratic error terms
ebp_normalityfit(model)
model | 
 an object returned by the ebp function of type "emdi ebp"  | 
dataframe with marginal R-square, conditional R-squared as well as the skewness and kurtosis of the random and idiosyncratic error term
data("eusilcA_pop")
data("eusilcA_smp")
ebp_model <- ebp(
 fixed = eqIncome ~ gender + eqsize + cash + self_empl +
   unempl_ben + age_ben + surv_ben + sick_ben + dis_ben + rent + fam_allow +
   house_allow + cap_inv + tax_adj, pop_data = eusilcA_pop,
 pop_domains = "district", smp_data = eusilcA_smp, smp_domains = "district",
 L = 2, na.rm = TRUE
 )
 ebp_normalityfit(model = ebp_model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.