Announcement

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

  • Generating observation in stata

    hey all,
    Can anyone help me to generate 1000 observation of the F distribution with parameters different degrees of freedom
    any help is highly appreciated

  • #2
    Fadi:
    do you mean something like the following code?
    Code:
    . set obs 1000
    
    . g A=invF(3*runiform(),2*runiform(),runiform())
    Kind regards,
    Carlo
    (Stata 19.0)

    Comment


    • #3
      Thankyou so much.I have generate observation s of f distribution with 22 and 12 as degrees of freedom and then have to estimate those parameters

      Comment


      • #4
        I wanted to add the answer to the question you have a
        Asked ,I am looking for the similar kind of commands in stata to do so

        Comment

        Working...
        X