create_labels_b: Create labels for 'b'

View source: R/model_evaluation.R

create_labels_bR Documentation

Create labels for b

Description

This function creates labels for the model parameter b.

Usage

create_labels_b(P_r, C)

Arguments

P_r

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

Details

The labels are of the form "c.p", where c is the latent class number and p the index of the random coefficient.

Value

A vector of labels for the model parameter b of length P_r * C if P_r > 0 and NULL otherwise.

Examples

RprobitB:::create_labels_b(2,3)

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