-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 1.08 KB
/
Copy pathDESCRIPTION
File metadata and controls
27 lines (27 loc) · 1.08 KB
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: sampleselection
Type: Package
Title: Sample Selection Demonstrations for Regression Teaching
Version: 0.1.2
Authors@R: person("YuLi", role = c("aut", "cre"),
email = "36653380+JINGYIYIYIYI@users.noreply.github.com")
Description: Provides reusable functions that demonstrate how outcome-driven
observation deletion or downweighting can alter regression conclusions.
The package supports fixed effects, clustered standard errors, multiple
coefficient targets, interactions, instrumental variables, transformations,
winsorization, simulated teaching data, case extraction, model refitting,
and explicit exports. It is
intended solely for research-methods teaching and must not be used to select
samples for substantive empirical research.
License: MIT + file LICENSE
URL: https://github.com/JINGYIYIYIYI/sampleselection
BugReports: https://github.com/JINGYIYIYIYI/sampleselection/issues
Encoding: UTF-8
Depends: R (>= 4.1.0)
Imports:
fixest
Suggests:
haven,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3