Title: | Supplemental Tools for the 'gimme' R Package |
---|---|
Description: | Supplemental tools for the 'gimme' R package. It contains an interactive graphical user interface, allowing for the flexible specification of a variety of both basic and advanced options. It will expand to include a variety of tools for navigating output. |
Authors: | Stephanie Lane [aut, cre] |
Maintainer: | Stephanie Lane <[email protected]> |
License: | GPL-2 |
Version: | 0.1 |
Built: | 2024-11-28 06:44:07 UTC |
Source: | CRAN |
Helper function to generate an empty similarity matrix based on header of individual data file
gen_path_mat(x, diag = T)
gen_path_mat(x, diag = T)
x |
The data file |
diag |
Whether diagonal elements should exist |
Empty matrix with named rows and columns corresponding to individual data files
gen_path_mat(data.frame(V1 = rnorm(10, 0, 1), V2 = rnorm(10, 0, 1)))
gen_path_mat(data.frame(V1 = rnorm(10, 0, 1), V2 = rnorm(10, 0, 1)))
A graphical user interface for the gimme R package. Easily facilitates the specification of directories, custom subgroups, fixed and freed paths for estimation, and various other options.
Lane, S.T. & Gates, K.M. (2017). Automated selection of robust individual-level structural equation models for time series data. Structural Equation Modeling, 24, 768-782.
Gates, K.M. & Molenaar, P.C.M. (2012). Group search algorithm recovers effective connectivity maps for individuals in homogeneous and heterogeneous samples. NeuroImage, 63, 310-319.
## Not run: gimmeGUI() ## End(Not run)
## Not run: gimmeGUI() ## End(Not run)