-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
23 lines (23 loc) · 1007 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: visualize
Type: Package
Title: Graph Probability Distributions with User Supplied Parameters and Statistics
Version: 4.5.0
Depends: R (>= 4.0.0)
Authors@R: c(
person("James", "Balamuta",
role = c("aut", "cph", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2826-8458")
)
)
Description: Graphs the pdf or pmf and highlights what area or probability is
present in user defined locations. Visualize is able to provide lower tail,
bounded, upper tail, and two tail calculations. Supports strict and equal
to inequalities. Also provided on the graph is the mean and variance of
the distribution.
License: MIT + file LICENSE
URL: https://github.com/coatless-rpkg/visualize, https://thecoatlessprofessor.com/projects/visualize/, https://r-pkg.thecoatlessprofessor.com/visualize/
BugReports: https://github.com/coatless-rpkg/visualize/issues
Encoding: UTF-8
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)