Displays interactively the dependence of the Student-t distribution on its parameters.
stdSlider(type = c("dist","rand"))
Arguments
type: a character string denoting which interactive plot should be displayed. Either a distribution plot type="dist", the default value, or a random variates plot, type="rand".
Returns
a Tcl object
Author(s)
Diethelm Wuertz for the Rmetrics -port
See Also
std, stdFit,
Examples
## Not run:## stdSlider - require(tcltk) stdSlider("dist") stdSlider("rand")## End(Not run)