Description Usage Arguments Value See Also Examples
View source: R/simplebootstrap_d.r
einfacher bootstrap für univariate Statistik
1 | simpleboot_d(x, stat, reps = 1000)
|
x |
Vektor mit den Daten |
stat |
Art der Statistik, z.B. 'mean', 'sd' |
reps |
Anzahl der Wiederholung |
bootstrap
boot
1 2 3 | mydata<-rchisq(25,df=3)
simpleboot_d(mydata, "mean", reps=10000)
simpleboot_d(mydata, sd, reps=5000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.