Is it possible to simultaneously bootstrap the mean of multiple vectors
(columns) in a dataframe producing a matrix where each row provides the mean
for each vector for a given bootstrap sample? Thank you for any assistance
possible.
KAM
[[alternative HTML version deleted]]
third="first,second"
max(first,second) //correctly outputs 6
max(third) //outputs "first,second" because it doesn't know to paste
in the variables first and second, how do I get R to do this?
Any help is appreciated.
Lori Simpson
703.760.8575
2 matches
Mail list logo