Miloš Vilotić

Master in Statistics. Developing R packages and Shiny applications.

Rsample (Part 1) – Bootstrap estimate of a confidence interval for a mean

The package contains functions that allow different types of resampling (e.g. cross-validation, bootstrap, etc.). The data structure in which resampling data is stored is a data frame and is very convenient for further work. You can read more about the package on the official package page: https://github.com/tidymodels/rsample. The package is part of the RStudio “tidymodels” …