Learn R Programming

ufs (version 0.5.12)

parallelSubscales: Split a dataset into two parallel halves

Description

Split a dataset into two parallel halves

Usage

parallelSubscales(dat, convertToNumeric = TRUE)

# S3 method for parallelSubscales print(x, digits = 2, ...)

Value

A parallelSubscales object that contains the new data frames, and when printed shows the descriptives; or, for the print function, x, invisibly.

Arguments

dat

The dataframe

convertToNumeric

Whether to first convert all columns to numeric

x

The object to print

digits

The number of digits to round to

...

Ignored.