Other packages > Find by keyword >

cgmanalysis  

Clean and Analyze Continuous Glucose Monitor Data
View on CRAN: Click here


Download and install cgmanalysis package within the R console
Install from CRAN:
install.packages("cgmanalysis")

Install from Github:
library("remotes")
install_github("cran/cgmanalysis")

Install by package version:
library("remotes")
install_version("cgmanalysis", "3.0.2")



Attach the package and use:
library("cgmanalysis")
Maintained by
Tim Vigers
[Scholar Profile | Author Map]
First Published: 2018-02-14
Latest Update: 2022-10-24
Description:
This code provides several different functions for cleaning and analyzing continuous glucose monitor data. Currently it works with 'Dexcom', 'iPro 2', 'Diasend', 'Libre', or 'Carelink' data. The cleandata() function takes a directory of CGM data files and prepares them for analysis. cgmvariables() iterates through a directory of cleaned CGM data files and produces a single spreadsheet with data for each file in either rows or columns. The column format of this spreadsheet is compatible with REDCap data upload. cgmreport() also iterates through a directory of cleaned data, and produces PDFs of individual and aggregate AGP plots. Please visit to download the new-user guide.
How to cite:
Tim Vigers (2018). cgmanalysis: Clean and Analyze Continuous Glucose Monitor Data. R package version 3.0.2, https://cran.r-project.org/web/packages/cgmanalysis. Accessed 29 Mar. 2025.
Previous versions and publish date:
1.3 (2018-02-14 19:58), 2.0 (2018-08-23 06:54), 2.1 (2018-12-17 19:00), 2.2 (2019-02-12 00:53), 2.3 (2019-03-26 16:03), 2.4 (2019-05-22 22:00), 2.5 (2019-10-24 18:00), 2.6.1 (2020-03-12 21:50), 2.6 (2020-02-19 10:10), 2.7.1 (2021-02-15 19:20), 2.7.2 (2021-06-09 06:20), 2.7.3 (2022-07-07 12:50), 2.7.4 (2022-09-08 00:23), 2.7.5 (2022-09-30 23:10), 2.7.6 (2022-10-24 18:55), 2.7.7 (2023-10-20 23:20), 2.7 (2020-04-30 07:00), 3.0.1 (2025-02-01 15:10), 3.0 (2025-01-30 17:00)
Other packages that cited cgmanalysis R package
View cgmanalysis citation profile
Other R packages that cgmanalysis depends, imports, suggests or enhances
Complete documentation for cgmanalysis
Functions, R codes and Examples using the cgmanalysis R package
Some associated functions: cgmreport . cgmvariables . cleandata . 
Some associated R codes: cgmreport.R . cgmvariables.R . cleandata.R .  Full cgmanalysis package functions and examples
Downloads during the last 30 days
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/28Downloads for cgmanalysis0510152025303540455055TrendBars

Today's Hot Picks in Authors and Packages

landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA