-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
14 lines (14 loc) · 1.09 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Package: npiv
Type: Package
Title: Nonparametric Instrumental Variables Estimation and Inference
Version: 0.1.3
Date: 2024-12-10
Imports: progress, MASS, Formula, withr
Authors@R: c(person(given = "Jeffrey S.", family = "Racine", role = "aut", email = "[email protected]"),
person(given = "Timothy", family = "Christensen", role = c("aut","cre"), email = "[email protected]"),
person(given = "Patrick", family = "Alken", role = "ctb"),
person(given = "Rhys", family = "Ulerich", role = "ctb"),
person(given = "Simon N.", family = "Wood", role = "ctb", email = "[email protected]"))
Maintainer: Timothy Christensen <[email protected]>
Description: Implements methods introduced in Chen, Christensen, and Kankanala (2024) <doi:10.1093/restud/rdae025> for estimating and constructing uniform confidence bands for nonparametric structural functions using instrumental variables, including data-driven choice of tuning parameters. All methods in this package apply to nonparametric regression as a special case.
License: GPL (>=3)