mixedcirc_fitted | R Documentation |
This function extract the fitted values of circadian rhythm.
mixedcirc_fitted(fit = NULL, per_group = FALSE, verbose = FALSE, ...)
fit |
an object of class mixedcirc_fit or mixedcirc_fit_list |
verbose |
Show information about different stages of the processes. Default FALSE |
A matrix of detrended data
library(mixedcirc)
data("circa_data")
results<-mixedcirc_detect(data_input = circa_data$data_matrix,
time = circa_data$time,group = circa_data$group,id = circa_data$id,period = 24,verbose = TRUE)
detrended<-mixedcirc_fitted(results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.