-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
22 lines (22 loc) · 1.14 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: panelView
Type: Package
Title: Visualizing Panel Data
Version: 1.1.18
Date: 2024-06-17
Authors@R:
c(person("Hongyu", "Mou", , "hongyumou@g.ucla.edu", role = c("aut")),
person("Licheng", "Liu", ,"liulch@mit.edu", role = c("aut")),
person("Yiqing", "Xu", ,"yiqingxu@stanford.edu", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2041-6671")))
Maintainer: Yiqing Xu <yiqingxu@stanford.edu>
Description: Visualizes panel data. It has three main functionalities: (1) it plots the treatment status and missing values in a panel dataset; (2) it visualizes the temporal dynamics of a main variable of interest; (3) it depicts the bivariate relationships between a treatment variable and an outcome variable either by unit or in aggregate. For details, see <doi:10.18637/jss.v107.i07>.
URL: https://yiqingxu.org/packages/panelview/index.html
License: MIT + file LICENSE
Imports: ggplot2 (>= 2.1.0), gridExtra, grid, dplyr (>= 1.0.0)
Depends: R (>= 2.10)
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2022-08-14 05:56:31 UTC; PC
Author: Hongyu Mou [aut],
Licheng Liu [aut],
Yiqing Xu [aut, cre] (<https://orcid.org/0000-0003-2041-6671>)