Package: rwicc
Title: Regression with Interval-Censored Covariates
Version: 0.1.3.9000
Authors@R: c(
    person(given = "Douglas",
           family = "Morrison",
           role = c("aut", "cre","cph"),
           email = "dmorrison01@ucla.edu",
           comment = c(ORCID = "0000-0002-7195-830X")),
    person(given = "Ron",
           family = "Brookmeyer",
           role = c("aut")))
Description: Provides functions to simulate and analyze data for a regression model with an interval censored covariate, as described in Morrison et al. (2021) <doi:10.1111/biom.13472>.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
VignetteBuilder: knitr
Config/testthat/edition: 3
Imports: 
    biglm,
    dplyr,
    lubridate,
    magrittr,
    stats,
    pryr,
    arm,
    ggplot2,
    scales
Suggests:
    spelling,
    rmarkdown,
    knitr,
    testthat,
    markdown,
    pander
Language: en-US
URL: https://d-morrison.github.io/rwicc/, https://github.com/d-morrison/rwicc
BugReports: https://github.com/d-morrison/rwicc/issues
