visit_schedule | R Documentation |
Create a visit schedule as factor.
X number of visits or X number of cycles and Y number of days.
visit_schedule( visit_format = "WEEK", n_assessments = 10L, n_days = 5L, add_min_max = TRUE )
visit_format |
as character string. Valid values: WEEK, CYCLE. |
n_assessments |
number of assessments. Valid values: integer. |
n_days |
number of days for each cycle: Valid values: integer. |
add_min_max |
logical(1). Should the min/max post-baseline values be added. |
a factor of length n_assessments
visit_schedule(visit_format = "WEeK", n_assessments = 10L) visit_schedule(visit_format = "CyCLE", n_assessments = 5L, n_days = 2L)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.