sample_ex_data: A generell sample function for the creation of Experience...

Description Usage Arguments Examples

View source: R/Sampling.R View source: R/sampling.R

Description

This function allows you to test sample experience data.

Usage

1
sample_ex_data(n_participants = 100, n_days = 7, art_breaks = 0.2)

Arguments

n_participants

Number of Participants. Default = 100

n_days

Number of Days. Default = 7

art_breaks

Specification at which value and event occurs. Between 0 ans 1. Default = 0.20

Examples

1
data_sample <-  sample_ex_data(50, 10)

AlexanderNBrand/ExSurv documentation built on Oct. 30, 2019, 4:11 a.m.