Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: st: Fuction Fden Help


From   Bryan Griffin <[email protected]>
To   [email protected]
Subject   Re: st: Fuction Fden Help
Date   Mon, 5 Mar 2012 13:51:26 -0500

Yes, thanks! I did not suspect that I needed to add "y=" before Fden.

Bryan

************************
From	  Alan Neustadtl <[email protected]>
To	  [email protected]
Subject	  Re: st: Fuction Fden Help
Date	  Mon, 5 Mar 2012 13:11:38 -0500
 Is this what you are looking for?

Best,
Alan

/* Stata code begins */
#delimit ;
graph twoway (function y=Fden( 3,10,x), range(0 4) lw(thick))
             (function y=Fden(10,10,x), range(0 4) lw(thick))
             (function y=Fden(40,40,x), range(0 4) lw(thick)),
  title("F-Distribution with Different Degrees of Freedom")
  xtitle("F", size(medlarge)) ytitle("")
  xlabel(none) ylabel(none)
  xscale(lw(medthick)) yscale(lw(medthick))
  legend(off)
  graphregion(fcolor(white));
#delimit cr
/* Stata code ends */
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index