Description Usage Arguments Value
View source: R/helper_functions.R
This function extracts the SRM components, the slopes from the regression used to define the response surface, the surface parameters (a1 through a5), and the intercepts and variances of x and y variables from RSA.
1 | srm_rsa_params_tbl(fitted_srm_rsa, caption = "SRM RSA Parameters")
|
fitted_srm_rsa |
The fitted SRM RSA object from which you want the parameter table. |
caption |
The caption for the table. Defaults to generic label. |
a wrapper for knitr::kable that extracts and tables the parameters from the SRMRSA model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.