Package: auctionr
Type: Package
Title: Estimate First-Price Auction Model
Version: 0.1.0
Authors@R: c( person("Alex",     "MacKay",       email = "amackay@hbs.edu",            role = c("aut", "cre")),
              person("Bob",      "Freeman",      email = "robert_freeman@harvard.edu", role = c("aut")),
              person("Paul",     "Jonak",        email = "pjonak@hbs.edu",             role = c("aut")),
              person("Victoria", "Prince",       email = "vliublinska@hbs.edu",        role = c("aut")),
              person("Ista",     "Zahn",         email = "izahn@hbs.edu",              role = c("aut"))
              )
Description: Estimates a first-price auction model with conditionally independent
  private values as described in MacKay (2020) <doi:10.2139/ssrn.3096534>. The
  model allows for unobserved heterogeneity that is common to all bidders in
  addition to observable heterogeneity.
License: GPL-3
URL: https://github.com/ajmack/auctionr
BugReports: https://github.com/ajmack/auctionr/issues
Depends: R (>= 3.5.0)
Imports: stats, parallel, numDeriv (>= 2016.8-1)
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 7.1.0
Suggests: testthat (>= 2.1.0), knitr, rmarkdown
NeedsCompilation: no
Packaged: 2020-06-19 14:27:36 UTC; izahn
Author: Alex MacKay [aut, cre],
  Bob Freeman [aut],
  Paul Jonak [aut],
  Victoria Prince [aut],
  Ista Zahn [aut]
Maintainer: Alex MacKay <amackay@hbs.edu>
Repository: CRAN
Date/Publication: 2020-06-25 10:00:07 UTC
Built: R 4.6.0; ; 2025-08-18 02:18:27 UTC; unix
