canonize {papaja}R 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.


[Package papaja version 0.1.3 Index]