Displaying 2 results from an estimated 2 matches for "pseudodatasets".
2005 Jun 13
0
Pseudodataset text file
Hi All,
Two weeks ago, I received instructions from the R list about creating
pseudodatasets by bootstrapping an existing dataset 1000 times. I received
code that bootstrapped my dataset and ran an ANOVA on each pseudodataset,
producing a histogram of F-values. Here is the code I received that
produces this F-histogram.
X <- data.frame(b=rnorm(2162),c =factor(rep(1:47,each=46)))...
2005 Jun 01
1
Bootstrap direction
Hi all,
I am trying to bootstrap a small data set into 1000 "pseudodatasets" and
then run an ANOVA on each one. Can anyone provide guidance on how I could
do this?
Thank you.
-Dan Janes
************************************************
Dan Janes, Ph.D.
Harvard University/OEB
26 Oxford St.
Cambridge, MA 02138
Office: 617-496-2375
Fax: 617-495-5667
Email: djanes a...