modellingMethods | R Documentation |
Retrieve the available modelling methods and parameters.
modellingMethods()
modellingParameters(methods)
methods |
character vector of available modelling methods |
## Retrieve the available modelling methods
modellingMethods()
## Retrieve the modelling parameters for the anova method
p <- modellingParameters('anova')
## Assign the modelling parameters to analysis parameters
mp <- analysisParameters('modelling')
parameters(mp,'modelling') <- p
print(mp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.