-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.01 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
Package: sigr
Type: Package
Title: Succinct and Correct Statistical Summaries for Reports
Version: 1.1.5
Date: 2023-08-19
Authors@R: c(
person("John", "Mount", email = "[email protected]", role = c("aut", "cre")),
person("Nina", "Zumel", email = "[email protected]", role = c("aut")),
person(family = "Win-Vector LLC", role = c("cph"))
)
URL: https://github.com/WinVector/sigr/, https://winvector.github.io/sigr/
Maintainer: John Mount <[email protected]>
BugReports: https://github.com/WinVector/sigr/issues
Description: Succinctly and correctly format statistical summaries of
various models and tests (F-test, Chi-Sq-test, Fisher-test, T-test, and rank-significance).
This package also includes empirical tests, such as Monte Carlo and bootstrap distribution estimates.
License: GPL-2 | GPL-3
RoxygenNote: 7.2.3
Depends:
R (>= 3.2.1)
Imports:
wrapr (>= 2.0.9),
stats
Suggests:
pwr,
parallel,
knitr,
rmarkdown,
tinytest
VignetteBuilder: knitr
ByteCompile: true