Transcription of MULTIPLE REGRESSION AND PATH ANALYSIS
{{id}} {{{paragraph}}}
Gregory Carey, 1998 REGRESSION & path ANALYSIS - 1 MULTIPLE REGRESSION AND path ANALYSISI ntroductionPath ANALYSIS and MULTIPLE REGRESSION go hand in hand (almost). Also, it is easier to learnabout multivariate REGRESSION using path ANALYSIS than using algebra. We will start with anintuitive approach and later develop the algebraic the following SAS statements on the INTEREST data:LIBNAME carey '~carey/p7291dir';TITLE path ANALYSIS and Multivariate MULTIPLE REGRESSION ;PROC REG DATA= CORR;VAR lawyer architct educ vocab geometry;MODEL lawyer architct = educ vocab geometry / STB;MTEST / PRINT;This performs a MULTIPLE REGRESSION on two dependent variables, vocational interest in becoming alawyer (LAWYER) and vocational interest in becoming an (ARCHITCT).
MULTIPLE REGRESSION AND PATH ANALYSIS Introduction Path analysis and multiple regression go hand in hand (almost). Also, it is easier to learn about multivariate regression using path analysis than using algebra. We will start with an intuitive approach and later develop the algebraic notation.
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}