flag_qc | R Documentation |
Flag Quality Control Values
flag_qc(
df,
dynamic_range = NULL,
verbose = TRUE,
flags = c("all", "spike", "interval_jump", "spike_second", "same_value",
"device_limit", "all_zero", "impossible")
)
flag_qc_all(
df,
dynamic_range = NULL,
verbose = TRUE,
flags = c("all", "spike", "interval_jump", "spike_second", "same_value",
"device_limit", "all_zero", "impossible")
)
df |
A data set of actigraphy |
dynamic_range |
dynamic range of the device, used to find the device limit. |
verbose |
print diagnostic messages |
flags |
the flags to run for QC. If you set this to |
A data set with a 'flags' column ('flag_qc') or a number of columns starting with 'flag_*' ('flag_qc_all')
file = system.file("extdata", "TAS1H30182785_2019-09-17.gt3x",
package = "SummarizedActigraphy")
res = read_actigraphy(file)
out = flag_qc(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.