View source: R/randall_from_df.R
randall_from_df | R Documentation |
Randomization test of hypothesized order relations
randall_from_df(df_list, description, ord = "circular6")
df_list |
list of dataframes to be run, dataframes input should have only columns for the variables included in the models (e.g., 6 columns for RIASEC) |
description |
any information you wish to enter describing each sample |
ord |
prediction ordering (default "circular6"). For circular models there are two preset inputs for 6 and 8 variables, "circular6" and "circular8". Also accepts a vector of prediction ordering, for example circular6 = c(1,2,3,2,1,1,2,3,2,1,2,3,1,2,1) |
Data frame of RTHOR model results, one row per matrix
randall_output <- RTHORR::randall_from_df(df_list = list(data1, data2),
ord = "circular6",
description = c("sample_one", "sample_two", "sample_three"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.