Package 'gimmeTools'

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

Help Index


Generate path matrix from data file

Description

Helper function to generate an empty similarity matrix based on header of individual data file

Usage

gen_path_mat(x, diag = T)

Arguments

x

The data file

diag

Whether diagonal elements should exist

Value

Empty matrix with named rows and columns corresponding to individual data files

Examples

gen_path_mat(data.frame(V1 = rnorm(10, 0, 1), V2 = rnorm(10, 0, 1)))

Graphical User Interface for the gimme R Package

Description

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.

References

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.

Examples

## Not run: 
gimmeGUI()

## End(Not run)