Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • multivariate binary data on stata

    Hi, i'm completely new to stata, i have a binary data set, with the dependent variable being intimate partner violence( 1 if yes , 0 otherwise ) and my independent variables are an education dummy ( no education, primary, secondary and tertiary) , employment status ( 1 if yes , 0 if not employed ), type of employment( seasonal , occasional and permanent) . I wish to do the pca , and some descriptive analysis like bar graphs . what are the commands ?

  • #2
    Originally posted by shruti joshi View Post
    I wish to do the pca , and some descriptive analysis like bar graphs . what are the commands ?
    At the command line in Stata, type
    Code:
    help pca
    for principal component analysis, and
    Code:
    help graph bar
    for bar graphs.

    Comment

    Working...
    X