simMelanoma {riskRegression} | R Documentation |
Simulate data alike the Melanoma data
Description
Simulate data alike the Melanoma data
Usage
simMelanoma(n)
Arguments
n |
sample size |
Details
This is based on the functionality of library(lava)
.
Value
data table of size n
Author(s)
Thomas A. Gerds <tag@biostat.ku.dk>
Examples
set.seed(71)
simMelanoma(3)
[Package riskRegression version 2023.12.21 Index]