create_labels_alpha {RprobitB}R Documentation

Create labels for alpha

Description

This function creates labels for the model parameter alpha.

Usage

create_labels_alpha(P_f)

Arguments

P_f

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

Value

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)

[Package RprobitB version 1.1.4 Index]