-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1.54 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
Package: BMisc
Title: Miscellaneous Functions for Panel Data, Quantiles, and Printing Results
Version: 1.4.7
Authors@R: person("Brantly", "Callaway", email = "[email protected]", role = c("aut", "cre"))
Description: These are miscellaneous functions for working with panel data, quantiles, and printing results. For panel data, the package includes functions for making a panel data balanced (that is, dropping missing individuals that have missing observations in any time period), converting id numbers to row numbers, and to treat repeated cross sections as panel data under the assumption of rank invariance. For quantiles, there are functions to make distribution functions from a set of data points (this is particularly useful when a distribution function is created in several steps), to combine distribution functions based on some external weights, and to invert distribution functions. Finally, there are several other miscellaneous functions for obtaining weighted means, weighted distribution functions, and weighted quantiles; to generate summary statistics and their differences for two groups; and to add or drop covariates from formulas.
Depends: R (>= 3.1.0)
Imports:
data.table,
dplyr,
Rcpp,
caret,
tidyr
License: GPL-2
Suggests:
testthat (>= 3.0.0),
plm,
tibble
Encoding: UTF-8
RoxygenNote: 7.3.2
Config/testthat/edition: 3
LinkingTo:
Rcpp,
RcppArmadillo
URL:
https://bcallaway11.github.io/BMisc/,
https://github.com/bcallaway11/BMisc
BugReports: https://github.com/bcallaway11/BMisc/issues