create_bugs_regressor_FPR | R Documentation |
create_bugs_regressor_FPR
creates linear product of coefficients
and a row of design matrix used in regression
create_bugs_regressor_FPR(
n,
dm_nm = "dm_FPR",
b_nm = "b",
ind_nm = "j",
sub_ind_nm = "k"
)
n |
the length of coefficients |
dm_nm |
name of design matrix; default |
b_nm |
name of the coefficients; default |
ind_nm |
name of the coefficient iterator; default |
sub_ind_nm |
name of the subject iterator; default |
a character string with linear product form
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.