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", "2.7.7")



Attach the package and use:
library("cgmanalysis")
Maintained by
Tim Vigers
[Scholar Profile | Author Map]
All associated links for this package
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 2.7.7, https://cran.r-project.org/web/packages/cgmanalysis. Accessed 21 Nov. 2024.
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 (2020-04-30 07: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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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