The output from all the examples in profileR is included in this vignette. This vignette can be built to verify there are no problems with the code and can be used to compare your results against the results published on the wiki. If there are any discrepancies, please open an issue on GitHub.

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(profileR)

Criterion-Related Profile Analysis

example(cpa, run.dontrun = TRUE)

The leisure dataset

example(leisure, run.dontrun = TRUE)

Moderated Profile Analysis (experimental)

example(mpa, run.dontrun = TRUE)

Profile Analysis via Multidimensional Scaling

example(pams, run.dontrun = TRUE)

Profile Analysis for One Sample with Hotelling's T-Square

example(paos, run.dontrun = TRUE)

Profile Analysis by Group: Testing Parallelism, Equal Levels, and Flatness

example(pbg, run.dontrun = TRUE)

Pattern and Level Reliability via Profile Analysis

example(pr, run.dontrun = TRUE)

The spouse dataset

example(spouse, run.dontrun = TRUE)

Within-Person Random Intercept Factor Model

example(wprifm, run.dontrun = TRUE)


cddesja/profileR documentation built on Feb. 23, 2023, 2:44 p.m.