canonize: Transform to a Canonical Table

View source: R/utils.R

canonizeR Documentation

Transform to a Canonical Table

Description

Internal function that puts a data frame into a canonical structure by renaming and labelling columns.

Usage

canonize(x, stat_label = NULL, est_label = NULL, interval_type = "CI")

Arguments

x

A data frame.

stat_label

Character. Label for column statistic.

est_label

Character. Label for column estimate.


papaja documentation built on Sept. 29, 2023, 9:07 a.m.