Learn R Programming

gluvarpro (version 7.0)

strgvp: information about data-set

Description

Generic function for printing information about data-set. Includes information about number of days of data, number of registers, number of glucose values, number of glucose values with NA (missing values) and range of glucose values. It shows the absolute values and the relative values for each day, containing the year, month, day and time.

Usage

strgvp(x)

Value

A list containing the absolute values and the relative values for each day with the information of the data-set.

Arguments

x

Data-set with data frame format containing three columns:

date: date of the observation with format yyyy/mm/dd.

time: time of the observation with 24 hour format hh:mm:ss.

glucose: glucose value of the observation.

Author

Sergio Contador.

Examples

Run this code
data("datagvp1")
strgvp(datagvp1)

Run the code above in your browser using DataLab