-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
19 lines (19 loc) · 880 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Package: xtsum
Type: Package
Title: Summary Statistics for Panel Data
Version: 0.1.0
Depends: R (>= 3.2.0), knitr, magrittr, rlang, plm
Imports: dplyr, kableExtra, sampleSelection
Author: Joao Claudio Macosso
Maintainer: Joao Claudio Macosso <[email protected]>
URL: https://github.com/Macosso/xtsum
BugReports: https://github.com/Macosso/xtsum/issues
VignetteBuilder: knitr
Description: Based on 'STATA' xtsum command, it is used to compute summary statistics for a panel data set. It generates overall, between-group, and within-group statistics for specified variables in a panel data set, as presented in S. Porter (2023) <https://stephenporter.org/files/xtsum_handout.pdf>, StataCorp (2023) <https://www.stata.com/manuals/xtxtsum.pdf>.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3