create_labels_alpha function

Create labels for alpha

Create labels for alpha

This function creates labels for the model parameter alpha.

create_labels_alpha(P_f)

Arguments

  • P_f: The number of covariates connected to a fixed coefficient (can be 0).

Returns

A vector of labels for the model parameter alpha of length P_f

if P_f > 0 and NULL otherwise.

Examples

RprobitB:::create_labels_alpha(P_f = 3)