-
Notifications
You must be signed in to change notification settings - Fork 110
/
Copy pathtoenail2.Rd
55 lines (53 loc) · 2.06 KB
/
toenail2.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/toenail2.R
\docType{data}
\name{toenail2}
\alias{toenail2}
\title{Toenail data}
\format{
A data frame with 1908 observations on the following 5 variables:
\describe{
\item{\code{patientID}}{a numeric vector giving the ID of patient}
\item{\code{outcome}}{a factor with 2 levels giving the response}
\item{\code{treatment}}{a factor with 2 levels giving the treatment group}
\item{\code{time}}{a numeric vector giving the time of the visit
(not exactly monthly intervals hence not round numbers)}
\item{\code{visit}}{an integer giving the number of the visit}
}
}
\source{
De Backer, M., De Vroey, C., Lesaffre, E., Scheys, I., and De
Keyser, P. (1998). Twelve weeks of continuous oral therapy for
toenail onychomycosis caused by dermatophytes: A double-blind
comparative trial of terbinafine 250 mg/day versus itraconazole 200
mg/day. Journal of the American Academy of Dermatology, 38, 57-63.
}
\description{
The toenail data come from a Multicenter study comparing two oral
treatments for toenail infection. Patients were evaluated for the
degree of separation of the nail. Patients were randomized into two
treatments and were followed over seven visits - four in the first
year and yearly thereafter. The patients have not been treated
prior to the first visit so this should be regarded as the
baseline.
}
\details{
Apart from formatting, this dataset is identical to
\code{toenail}. The formatting is taken identical to
\code{data("toenail", package = "HSAUR3")}.
}
\references{
Lesaffre, E. and Spiessens, B. (2001). On the effect of the number of
quadrature points in a logistic random-effects model: An example.
Journal of the Royal Statistical Society, Series C, 50, 325-335.
G. Fitzmaurice, N. Laird and J. Ware (2004) Applied Longitudinal Analysis,
Wiley and Sons, New York, USA.
Van Buuren, S. (2018).
\href{https://stefvanbuuren.name/fimd/sec-catoutcome.html#example}{\emph{Flexible
Imputation of Missing Data. Second Edition.}} Chapman & Hall/CRC.
Boca Raton, FL.
}
\seealso{
\code{\link{toenail}}
}
\keyword{datasets}