# Libraries for package development ====
# For exploring
library(devtools)
document()
library(tidyverse)
library(tidymodels)
# Problem with population cosinor
ecg <- readRDS("../twins/_targets/objects/ecg")
data <- ecg
# Labels
tau <- 24
population <- "patid"
processed <- hardhat::mold(dyx ~ hour, data)
population <- data[[population]]
ecg |>
select(1:3) |>
select(1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.