View source: R/parallelSubscales.R
parallelSubscales | R Documentation |
Split a dataset into two parallel halves
parallelSubscales(dat, convertToNumeric = TRUE)
## S3 method for class 'parallelSubscales'
print(x, digits = 2, ...)
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. |
A parallelSubscales
object that contains the new data frames,
and when printed shows the descriptives; or, for the print function, x
,
invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.