Multivariate Threshold Models Specification in Mx.

Slides:



Advertisements
Similar presentations
Multivariate Twin Analysis
Advertisements

Sociology 680 Multivariate Analysis Logistic Regression.
Bivariate analysis HGEN619 class 2007.
The use of Cholesky decomposition in multivariate models of sex-limited genetic and environmental effects Michael C. Neale Virginia Institute for Psychiatric.
Factor analysis Caroline van Baal March 3 rd 2004, Boulder.
(Re)introduction to Mx Sarah Medland. KiwiChinese Gooseberry.
Multivariate Analysis Nick Martin, Hermine Maes TC21 March 2008 HGEN619 10/20/03.
Multivariate Genetic Analysis: Introduction(II) Frühling Rijsdijk & Shaun Purcell Wednesday March 6, 2002.
Bivariate Model: traits A and B measured in twins cbca.
Summarizing Data Nick Martin, Hermine Maes TC21 March 2008.
Developmental models. Multivariate analysis choleski models factor models –y =  f + u genetic factor models –P j = h G j + c C j + e E j –common pathway.
Heterogeneity Hermine Maes TC19 March Files to Copy to your Computer Faculty/hmaes/tc19/maes/heterogeneity  ozbmi.rec  ozbmi.dat  ozbmiysat(4)(5).mx.
(Re)introduction to Mx. Starting at the beginning Data preparation Mx expects 1 line per case/family Almost limitless number of families and variables.
Introduction to Linkage
Statistics 350 Lecture 11. Today Last Day: Start Chapter 3 Today: Section 3.8 Mid-Term Friday…..Sections ; ; (READ)
Univariate Analysis in Mx Boulder, Group Structure Title Type: Data/ Calculation/ Constraint Reading Data Matrices Declaration Assigning Specifications/
Multivariate Analysis Hermine Maes TC19 March 2006 HGEN619 10/20/03.
Univariate Analysis Hermine Maes TC19 March 2006.
Mx Practical TC18, 2005 Dorret Boomsma, Nick Martin, Hermine H. Maes.
Basic Mathematics for Portfolio Management. Statistics Variables x, y, z Constants a, b Observations {x n, y n |n=1,…N} Mean.
Thresholds and ordinal data Sarah Medland – Boulder 2010.
Introduction to Multivariate Genetic Analysis Kate Morley and Frühling Rijsdijk 21st Twin and Family Methodology Workshop, March 2008.
Cholesky decomposition May 27th 2015 Helsinki, Finland E. Vuoksimaa.
Ordinal (yet again) Sarah Medland – Boulder 2010.
F:\sarah\fri_MV. Multivariate Linkage and Association Sarah Medland and Manuel Ferreira -with heavy borrowing from Kate Morley and Frühling Rijsdijk.
Combined Linkage and Association in Mx Hermine Maes Kate Morley Dorret Boomsma Nick Martin Meike Bartels Boulder 2009.
GENETIC ANALYSIS OF BINARY and CATEGORICAL TRAITS PART ONE.
March 7, 2006Lecture 8aSlide #1 Matrix Algebra, or: Is this torture really necessary?! What for? –Permits compact, intuitive depiction of regression analysis.
Univariate Analysis Hermine Maes TC21 March 2008.
Linkage and association Sarah Medland. Genotypic similarity between relatives IBS Alleles shared Identical By State “look the same”, may have the same.
Mx modeling of methylation data: twin correlations [means, SD, correlation] ACE / ADE latent factor model regression [sex and age] genetic association.
Means, Thresholds and Moderation Sarah Medland – Boulder 2008 Corrected Version Thanks to Hongyan Du for pointing out the error on the regression examples.
Mx Practical TC20, 2007 Hermine H. Maes Nick Martin, Dorret Boomsma.
Continuous heterogeneity Danielle Dick & Sarah Medland Boulder Twin Workshop March 2006.
Frühling Rijsdijk & Kate Morley
Categorical Data Frühling Rijsdijk 1 & Caroline van Baal 2 1 IoP, London 2 Vrije Universiteit, A’dam Twin Workshop, Boulder Tuesday March 2, 2004.
Welcome  Log on using the username and password you received at registration  Copy the folder: F:/sarah/mon-morning To your H drive.
Linkage in Mx & Merlin Meike Bartels Kate Morley Hermine Maes Based on Posthuma et al., Boulder & Egmond.
More on thresholds Sarah Medland. A plug for OpenMx? Very few packages can handle ordinal data adequately… OpenMx can also be used for more than just.
Introduction to Multivariate Genetic Analysis Danielle Posthuma & Meike Bartels.
QTL Mapping Using Mx Michael C Neale Virginia Institute for Psychiatric and Behavioral Genetics Virginia Commonwealth University.
March 7, 2012M. de Moor, Twin Workshop Boulder1 Copy files Go to Faculty\marleen\Boulder2012\Multivariate Copy all files to your own directory Go to Faculty\kees\Boulder2012\Multivariate.
Multivariate Genetic Analysis (Introduction) Frühling Rijsdijk Wednesday March 8, 2006.
Categorical Data HGEN
Extended Pedigrees HGEN619 class 2007.
Invest. Ophthalmol. Vis. Sci ;57(1): doi: /iovs Figure Legend:
HGEN Thanks to Fruhling Rijsdijk
Multivariate Analysis
Ordinal Data Sarah Medland.
Bivariate analysis HGEN619 class 2006.
Introduction to Multivariate Genetic Analysis
BINARY and CATEGORICAL TRAITS
Re-introduction to openMx
Heterogeneity HGEN619 class 2007.
Longitudinal Analysis
Univariate Analysis HGEN619 class 2006.
MRC SGDP Centre, Institute of Psychiatry, Psychology & Neuroscience
Path Analysis Danielle Dick Boulder 2008
Ordinal data, matrix algebra & factor analysis
More on thresholds Sarah Medland.
Univariate modeling Sarah Medland.
Liability Threshold Models
Why general modeling framework?
Heterogeneity Danielle Dick, Hermine Maes,
(Re)introduction to Mx Sarah Medland
More on thresholds Sarah Medland.
BOULDER WORKSHOP STATISTICS REVIEWED: LIKELIHOOD MODELS
Cases. Simple Regression Linear Multiple Regression.
Multivariate Genetic Analysis
Multivariate Genetic Analysis: Introduction
Presentation transcript:

Multivariate Threshold Models Specification in Mx

#define nsib 2! Number of variables * number of siblings = 2 #define maxth 2! Maximum number of thresholds #define nvar 2! Number of variables #define ndef 1 ! Number of definition variables #define nthr 4 ! nsib x nvar #NGROUPS 8 G1: MZ Females Data NInput=8 Ordinal File=data.dat Labels famID zyg covar_a covar_b var1_a var2_a var1_b var2_b Select if zyg = 1 / SELECT covar_a covar_b var1_a var2_a var1_b var2_b / DEFINITION_VARIABLE covar_a covar_b / BEGIN MATRICES; X Lower nvar nvar Free! Genetic paths Y Lower nvar nvar Free! Common environmental paths Z Lower nvar nvar Free! Unique environmental paths H Full 1 1 T Full maxth nthr Free! Thresholds B Full nvar ndef Free ! Regression betas L lower maxth maxth! For converting incremental to cumulative thresholds G Full maxth 1! For duplicating regression betas across thresholds K Full ndef nsib! Contains definition variables END MATRICES;

Threshold model for multivariate, multiple category data with definition variables: We will break the algebra into two parts: 1 - Definition variables; 2 - Uncorrected thresholds; and go through it in detail. Part 1Part 2

Threshold correction Twin 1 Variable 1 Threshold correction Twin 1 Variable 2 Twin 1 Twin 2 Definition variables Threshold correction Twin 2 Variable 2 Threshold correction Twin 2 Variable 1

Transpose:

Thresholds 1 & 2 Twin 1 Variable 1 Thresholds 1 & 2 Twin 1 Variable 2 Thresholds 1 & 2 Twin 2 Variable 1 Thresholds 1 & 2 Twin 2 Variable 2

=