srm_rsa_params_tbl: RSA SRM Parameter Table

Description Usage Arguments Value

View source: R/helper_functions.R

Description

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.

Usage

1
srm_rsa_params_tbl(fitted_srm_rsa, caption = "SRM RSA Parameters")

Arguments

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.

Value

a wrapper for knitr::kable that extracts and tables the parameters from the SRMRSA model.


Coryc3133/srmRsa documentation built on Dec. 31, 2020, 11:51 a.m.