# NOT RUN {
data(example_data_5_subject)
mage_ma_single(
example_data_5_subject,
short_ma = 4,
long_ma = 24,
type = 'plus')
mage_ma_single(
example_data_5_subject,
dateformat="%m-%d-%Y %H:%M:%S")
mage_ma_single(
example_data_5_subject,
plot=TRUE,
interval=15,
title="Patient X",
xlab="Time",
ylab="Glucose Level (mg/dL)",
show_ma=FALSE)
# }
Run the code above in your browser using DataLab