create_labels_s: Create labels for 's'

View source: R/model_evaluation.R

create_labels_sR Documentation

Create labels for s

Description

This function creates labels for the model parameter s.

Usage

create_labels_s(P_r, C)

Arguments

P_r

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

Value

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

Examples

RprobitB:::create_labels_s(1, 3)

RprobitB documentation built on May 29, 2024, 7:59 a.m.