View source: R/reading_from_mplus.R
apply_transform_to_one_row | R Documentation |
Transforms data frames with model parameters in long format to a format with only one row and each parameter-statistic put into a separate column.
apply_transform_to_one_row(x, what)
transform_to_one_row(x, what)
x |
a data frame or a list of data frames |
what |
a character vector indicating which statistics - to be chosen
from the set: |
A data frame with only one row and often many columns. Name of columns are created by concatenating names of columns that do not store statistics using a dot (".") as a separator and then adding statistic name separated by "__".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.