Announcement

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

  • matselrc installation: no matches

    Dear all,

    I am trying to run an old syntax that requires the use of the matselrc command developed by Nick Cox. However, I am unable to find the ado file.
    Code:
    findit matselrc
    returns the message "no matches". The same with
    Code:
    ssc install matselrc
    I have found the same problem to install the matsum command.

    Thanks!

  • #2

    The program has been tagged as "historical" by StataCorp given the advent of Mata. I've got to say that I don't use this program much myself now but I am always happy if anyone finds a new use for ancient code.

    Code:
    . search matselrc, historical
    
    Search of official help files, FAQs, Examples, SJs, and STBs
    
    STB-56  dm79  . . . . . . . . . . . . . . . . . . Yet more new matrix commands
            (help matcorr, matewmf, matvsort, svmat2 if installed)  . .  N. J. Cox
            7/00    pp.4--8; STB Reprints Vol 10, pp.17--23
            commands to produce a correlation matrix, elementwise monadic
            function of another matrix, selected subsets of matrix rows
            and columns, vec or vech of a matrix, elements sorted within
            a vector, matrix from a vector, and commands to save matrices
            see mata matrix language incorporated into Stata 9.0

    Comment


    • #3
      Thanks very much Nick!

      Comment


      • #4
        Originally posted by Nick Cox View Post
        The program has been tagged as "historical" by StataCorp given the advent of Mata. I've got to say that I don't use this program much myself now but I am always happy if anyone finds a new use for ancient code.

        Code:
        . search matselrc, historical
        
        Search of official help files, FAQs, Examples, SJs, and STBs
        
        STB-56 dm79 . . . . . . . . . . . . . . . . . . Yet more new matrix commands
        (help matcorr, matewmf, matvsort, svmat2 if installed) . . N. J. Cox
        7/00 pp.4--8; STB Reprints Vol 10, pp.17--23
        commands to produce a correlation matrix, elementwise monadic
        function of another matrix, selected subsets of matrix rows
        and columns, vec or vech of a matrix, elements sorted within
        a vector, matrix from a vector, and commands to save matrices
        see mata matrix language incorporated into Stata 9.0
        Hi Nick,
        Very useful indeed. Managed to install.
        But what is the newer alternative to creating a new matrix from an older one with selected rows/columns from the old ones?
        Thank you in advance.

        Comment

        Working...
        X