Announcement

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

  • Need help translating a simple Stata table command into SPSS

    I am working on an international project in which most of the data analysis is conducted in Stata. One group from Europe has their huge database managed using SPSS. Could someone help to translate this simple data exaction command (to get percentiles by gestational age) so that it would work in their data base or direct me somewhere where I could find this assistance?

    table (gest) if sex == 0, stat(p3 weight) stat(p10 weight) stat(p50 weight) stat(p90 weight) stat(p97 weight) stat(n weight)

    Thank you for any advice you can send me,
    Tanis

  • #2
    search pctile (I think)

    Comment

    Working...
    X