-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
37 lines (37 loc) · 1.47 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Package: strapvizr
Title: Bootstrapped Confidence Intervals, Plots, and More
Version: 0.1.0
Authors@R:
person("Gordon", "Julien", , "junigord@gmail.com", role = c("aut", "cre"))
person("Tang", "Zack", , "zacktang113@gmail.com", role = c("aut", "cre"))
person("Vore", "Margot", , "vore.margot@gmail.com", role = c("aut", "cre"))
person("Pughazhendhi", "Gautham", , "gautham.pughazhendhi@gmail.com", role = c("aut", "cre"))
Description: The purpose of this package is to simplify and automate the process
of creating simple bootstrap distributions of numerical data columns.
The package will have a module which intakes a dataset column and relevant
parameters such as the desired confidence bounds and number of simulations.
The module will perform the simulation statistics to generate the bootstrap
mean distribution and relevant statistics such as the sample mean and
bootstrapped confidence interval. The package will also contain a module
for visualization of the bootstraped confidence interval, and a module for
creating a professional publication-ready table of the relevant statistics.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Suggests:
covr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
tibble,
dplyr,
knitr,
kableExtra,
ggplot2,
tidyselect,
readr
VignetteBuilder: knitr
URL: https://ubc-mds.github.io/strapvizr/