-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathlipdat.Rd
31 lines (31 loc) · 931 Bytes
/
lipdat.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\name{lipdat}
\alias{lipdat}
\title{Lipid test results of 500 person.}
\format{A data frame with 2114 rows and 13 variables:
\describe{
\item{id}{unique id of subject}
\item{age}{baseline age}
\item{gender}{gender of subject}
\item{class}{class membership of per-subject}
\item{smoke}{Ever smoke, 0=No, 1=Yes}
\item{bmi}{BMI, in kg/^2}
\item{hdl}{high density lipoprotein, mmol/L, time-varying}
\item{ldl}{low density lipoprotein, mmol/L, time-varying}
\item{tg}{triglyceride, mmol/L, time-varying}
\item{time}{Followup time since baseline(time = 0)}
\item{cvd}{cardiovascular diseases event}
\item{os}{Overall Survival of cardiovascular diseases}
}}
\source{
\url{http://www.diamondse.info/}
}
\usage{
lipdat
}
\description{
A dataset containing the lipid profle and other attributes.
}
\keyword{datasets}