View source: R/simulation_settings.R
compare_partially_linear | R Documentation |
Generate simulation data and evaluate partially linear estimator.
compare_partially_linear(n, ex_setting, f_setting)
n |
integer number of samples. For "401k" ex_setting this is ignored and the whole data set is used. |
ex_setting |
string "normal", "mixture2", "mixture3", "logistic", "t4", "401k". |
f_setting |
string "plm", "additive", "interaction". |
list containing estimate, standard error estimate, and sample theta (for debugging).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.