blob: 2e67bd88c220ed98c5ea0719b31c6f8dc2cf659a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Package: RSC.analysis
Title: Analysis of RSC Estimator
Version: 0.0.0.9000
Authors@R:
person("Chris", "Sobczak", email = "chris@sobczak.family", role = c("aut", "cre"), comment = c(ORCID = "0009-0003-3398-2792"))
Description: This package is a collection of functions to evaluate the performance of the RSC estimator and extensions.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 8.0.0
Imports:
MASS,
stats
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
|