Split a dataset into two parallel halves

parallelSubscales(dat, convertToNumeric = TRUE)

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

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.

Value

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