Announcement

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

  • igrowup

    AM having trouble running this syntax.... Am getting an error (shown below) and I don't know how to fix it. Any help will be appreciated.

    . /* Fill in the macro parameters to run the command */
    . igrowup_restricted reflib datalib datalab sex agemons ageunit weight ///
    > height measure oedema sw

    Please wait, programme is running.............

    ..............................................
    __000005 not found
    r(111);

  • #2
    Welcome to Statalist.

    You have accidentally posted your topic in Statalist's Mata Forum, which is used for discussions of Stata's Mata language. Your question will see a much larger audience if you post it in Statalist's General Forum.

    Also, if you have not already done so, take a look at the Statalist FAQ linked to at the top of this page for posting guidelines and suggestions.

    In particular, since the igrowup_restricted command is a user-written extension to Stata, and is not one findable through Stata's search command, you will want to follow the advice of the FAQ and tell your reader what this command is, and where to learn more about it. I found documentation on the web at

    and if that is the correct source of information about the command, you should share that link in your post. That will allow members to compare what igrowup_restricted does to other user-written programs that have similar capabilities.

    Comment

    Working...
    X