Description Usage Arguments Examples
View source: R/CalculateMarginalValue.R
This function is used in CalculateMarginalModel to calculate an intermediate map for visualizations
1 | CalculateMarginalValue(beta_measures, marginal_measures)
|
beta_measures |
The map of parameters for the fitted formula, including an intercept as the first parameter. |
marginal_measures |
A numeric vector of measures to input per parameter. Ordered in the same order as parameters. Nothing should be specified for the first parameter |
1 | marginal_value <- CalculateMarginalValue(beta_measures=beta_measures,marginal_measures=as.array(c(8,9,10)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.