Displaying 1 result from an estimated 1 matches for "windowperiod".
2011 Oct 22
1
Help w/an old R program I've rediscovered and want to make work
...t;object of type 'closure' is not subsettable"
In short, the goal of the program is to take a list of number from a file,
shuffle it in a bootstrap manner a number of times ("Loops Number"), divide
the resulting (long) list of numbers into a number of discrete periods
("WindowPeriod"), and then from that generate means, standard deviations,
quantiles, etc.
The code is below. Any help - I must have written this, and with help, years
ago, as my comments aren't terribly helpful - would be deeply appreciated.
Also, any more efficient way of writing what is probably cumbe...