Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/QTAB-STUDY/twin-data-models
Example models for analysing QTAB twin data
https://github.com/QTAB-STUDY/twin-data-models
Last synced: 3 months ago
JSON representation
Example models for analysing QTAB twin data
- Host: GitHub
- URL: https://github.com/QTAB-STUDY/twin-data-models
- Owner: QTAB-STUDY
- License: cc0-1.0
- Created: 2022-05-04T05:42:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-24T01:35:06.000Z (about 1 year ago)
- Last Synced: 2024-07-29T07:32:30.275Z (4 months ago)
- Language: R
- Homepage:
- Size: 109 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QTAB Twin Data Models
Example models for analysing the QTAB dataset## 01_create_familywise_datafile.R
Example code to create a familywise dataset (i.e. one family per row) for use in OpenMx.## 02_umx.R
Example code for running twin models using umx (a simplified version of OpenMx).## 03_sat_covariate_OpenMx.R
Example code for assumption testing, estimating twin correlations, examining covariate effects (using OpenMx).## 04a_uni_path_covariate_OpenMx.R
Example function for univariate twin analyses (using OpenMx).## 04b_table_plots.R
Example code to estimate variance components (using function 04a_uni_path_covariate_OpenMx) and display estimates as a table and figure.## 05_mixed_effects_datafile.R
Example code to create a long dataset for running linear mixed effects models on QTAB data## 06_mixed_effects_lmer
Example code for running linear mixed effects models on QTAB data