mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 13:17:30 +02:00
30 lines
346 B
Markdown
30 lines
346 B
Markdown
|
|
# Correction based on time_only_filter function
|
||
|
|
|
||
|
|
Correction based on time_only_filter function
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
|
||
|
|
``` r
|
||
|
|
time_only_correction(data, ...)
|
||
|
|
```
|
||
|
|
|
||
|
|
## Arguments
|
||
|
|
|
||
|
|
- data:
|
||
|
|
|
||
|
|
data set
|
||
|
|
|
||
|
|
- ...:
|
||
|
|
|
||
|
|
arguments passed on to \`guess_time_only_filter()\`
|
||
|
|
|
||
|
|
## Value
|
||
|
|
|
||
|
|
tibble
|
||
|
|
|
||
|
|
## Examples
|
||
|
|
|
||
|
|
``` r
|
||
|
|
data <- redcapcast_data
|
||
|
|
## data |> time_only_correction()
|
||
|
|
```
|