Announcement

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

  • using mvpattern

    I would like to use mvpattern, but I am having trouble with the install.

    I type:

    help mvpattern

    I get:

    package dm91 from http://www.stata.com/stb/stb61
    ---------------------------------------------------------------------------------------------------------

    TITLE
    STB-61 dm91. Patterns of missing values

    DESCRIPTION/AUTHOR(S)
    STB insert by Jeroen Weesie, Utrecht University, Netherlands
    Support: [email protected]
    After installation, see help mvpatterns

    INSTALLATION FILES (click here to install)
    dm91/mvpatterns.ado
    dm91/mvpatterns.hlp
    dm91/qsortidx.ado

    ANCILLARY FILES (click here to get)
    dm91/mvpatterns.do
    ---------------------------------------------------------------------------------------------------------
    (click here to return to the previous screen)

    When I click to install, I receive:
    ---------------------------------------------------------------------------------------------------------
    package installation
    ---------------------------------------------------------------------------------------------------------

    package name: dm91.pkg
    from: http://www.stata.com/stb/stb61/

    checking dm91 consistency and verifying not already installed...
    all files already exist and are up to date.
    ---------------------------------------------------------------------------------------------------------

    But then when I try to use the command, I see this:

    . mvpattern children
    command mvpattern is unrecognized
    r(199);

    Any advice would be appreciated!
    Thanks!

  • #2
    Try

    Code:
    mvpatterns
    not

    Code:
    mvpattern

    Comment


    • #3
      Thank you! One of those days.

      Comment


      • #4
        not sure what version of Stata you have or exactly why you want -mvpatterns-, but the -misstable- command may be easier and is built-in to Stata; see
        Code:
        help misstable

        Comment

        Working...
        X