neuralnet_response_model | R Documentation |
Model Responses from all compliers (actual + predicted) in experimental data using neural network.
neuralnet_response_model(
response.formula,
exp.data,
neuralnet.compliers,
compl.var,
algorithm = "rprop+",
hidden.layer = c(4, 2),
stepmax = 1e+08
)
response.formula |
formula for response variable and covariates (y ~ x) |
exp.data |
|
neuralnet.compliers |
|
compl.var |
string of compliance variable |
algorithm |
neural network algorithm, default set to |
vector specifying hidden layers and number of neurons. | |
stepmax |
maximum number of steps for training model. |
trained response model object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.