Type: Package
Package: IJSE
Title: Infinite-Jackknife-Based Standard Errors for 'brms' Models
Version: 0.1.1
Authors@R: c(
    person(given = "Feng", family = "Ji", email = "f.ji@utoronto.ca", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-2051-5453")),
    person(given = "JoonHo", family = "Lee", email = "jlee296@ua.edu", role = c("aut")),
    person(given = "Sophia", family = "Rabe-Hesketh", email = "sophiarh@berkeley.edu", role = c("aut"))    
    )
Description: Provides a function to calculate infinite-jackknife-based
    standard errors for fixed effects parameters in 'brms' models, handling
    both clustered and independent data. 
    References: Ji et al. (2024) <doi:10.48550/arXiv.2407.09772>; Giordano et al. (2024) <doi:10.48550/arXiv.2305.06466>.
License: MIT + file LICENSE
Depends: R (>= 3.5.0)
Imports: brms, posterior
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2024-09-26 15:19:07 UTC; jifeng3
Author: Feng Ji [aut, cre] (<https://orcid.org/0000-0002-2051-5453>),
  JoonHo Lee [aut],
  Sophia Rabe-Hesketh [aut]
Maintainer: Feng Ji <f.ji@utoronto.ca>
Repository: CRAN
Date/Publication: 2024-09-26 21:00:53 UTC
