create_labels_alpha: Create labels for 'alpha'

View source: R/model_evaluation.R

create_labels_alphaR 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)

RprobitB documentation built on Nov. 10, 2022, 5:12 p.m.