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"
)a character string with linear product form
the length of coefficients
name of design matrix; default "dm_FPR"
name of the coefficients; default "b"
name of the coefficient iterator; default "j"
name of the subject iterator; default "k"