dot-rename_model_frame_columns: (Internal) Rename columns to strip function calls

.rename_model_frame_columnsR Documentation

(Internal) Rename columns to strip function calls

Description

After calling model.frame() on the formula input to .new_StudySpecification(), the names of the columns will include function names, e.g. "block(blockvar)". This function strips all these.

Usage

.rename_model_frame_columns(modframe)

Arguments

modframe

A data.frame.

Value

The data.frame with function calls removed


propertee documentation built on Aug. 22, 2025, 1:09 a.m.