-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
17 lines (16 loc) · 968 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Package: rcens
Type: Package
Title: Generate Sample Censoring
Version: 0.1.1
Author: Daniel Saavedra [aut, cre, cph] (<https://orcid.org/0000-0002-5084-6843>), Pedro L Ramos [aut]
Authors@R: c(person("Daniel", "Saavedra", role = c("aut", "cre", "cph"),
email = "dlsaavedra@uc.cl", comment = c(ORCID = "0000-0002-5084-6843")),
person(c("Pedro", "L"), "Ramos", role = c("aut")))
Maintainer: Daniel Saavedra <dlsaavedra@uc.cl>
Description: Provides functions to generate censored samples of type I, II and III, from any random sample generator. It also supplies the option to create left and right censorship. Along with this, the generation of samples with interval censoring is in the testing phase, with two options of fixed length intervals and random lengths.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
URL: https://github.com/dlsaavedra/rcens
BugReports: https://github.com/dlsaavedra/rcens/issues