These functions implement Ergodic Subspace Analysis by von Oertzen, Schmiedek and Voelkle (2020). The functions can be used on the output of a dlvm1 model, or manually by supplying a within persons and between persons variance-covariance matrix.
esa(x, cutoff =0.1, between = c("crosssection","between"))esa_manual(sigma_wp, sigma_bp, cutoff =0.1)## S3 method for class 'esa'print(x, printref =TRUE,...)## S3 method for class 'esa_manual'print(x, printref =TRUE,...)## S3 method for class 'esa'plot(x, plot = c("observed","latent"),...)## S3 method for class 'esa_manual'plot(x,...)