View source: R/BoundingCovariateEffects.R
set.hyperparameters | R Documentation |
This function defines all the necessary hyperparameters used to run the methodology.
set.hyperparameters(data, par.space, c, search.method, options)
data |
Data frame. |
par.space |
Bounds on the parameter space. |
c |
Projection vector. |
search.method |
Search method to use ( |
options |
List of user specified hyperparameters that will substitute the corresponding default values. This list can contain the entries:
Other (hidden) options can also be overwritten, though we highly discourage
this. If necessary, you can consult the source code of this functions to
find the names of the desired parameters and add their name alongside their
desired value as an entry in |
The list of hyperparameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.