epict_drop_na_ct | R Documentation |
Drop Ct values with no data
epict_drop_na_ct(obs)
obs |
A |
The input data.table
with NA
values dropped.
Sam Abbott
Preprocessing functions
epict_check_obs()
,
epict_check_raw_obs()
,
epict_clean_factors()
,
epict_filter_ids()
,
epict_flag_spurious_obs()
,
epict_make_time_rel_to_first_uncensored()
,
epict_make_time_rel()
obs <- data.frame(ct_value = c(1, NA, 2))
epict_drop_na_ct(obs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.