simDistrib: Demonstrates the shape of the PDF and CDF for the given...

Description Usage Details Value See Also Examples

Description

Dynamically demonstrates the effect of parameter choices on the shape of the PDF and CDF for the given distribution.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

Details

If the user is using RStudio and the manipulate package is installed then a dynamic graph is produced in the “Plots” pane of RStudio. The plot controls may be accessed through the “gear” that is in the upper-left corner of the plot. The sliders may be used to change the parameters of the distribution. The real-time updating of the graphic allows the user to determine the effect of changing each parameter on the shape, mean, and standard deviation of the distribution.

Value

None, but a dynamic graphic with slider bars will be produced.

See Also

vis.binom, vis.gamma, vis.normal, and vis.t of TeachingDemos. Also see dbeta, dbinom, dchisq, etc.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
## Not run: 
sbeta()
sbinom()
schisq()
sexp()
sf()
sgamma()
sgeom()
shyper()
slnorm()
snbinom()
snorm()
spois()
st()

## End(Not run)

droglenc/NCStats documentation built on June 5, 2021, 2:06 p.m.