How can you resample statistical tests in r language?
Answer Posted / Rajesh Kumar Rajbhar
In R, resampling statistical tests can be performed using functions like boot() for bootstrapping or replicate() for repeated sampling. These methods help to assess the robustness and reliability of statistical estimates.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers