| endo {mbrglm} | R Documentation |
Endometrial cancer grade
Description
Study of 79 primarily diagnosed cases of endometrial cancer in order to explain the histology of the endometrium by putative risk factors. The endo data frame has 79 rows and 4 columns. Variable histology, HG. Three risk factors: variable neovasculization, NV, variable pulsatility index, PI and variable endometrium height, EH.
Usage
data("endo")
Format
A data frame with 79 observations on the following 4 variables.
NVa factor with two levels 1 (present) and 0 (absent)
PIpulsatility index of arteria uterina
EHendometrium height
HGa factor with two levels classified as either 0 (grading 0-II) or 1 (grading III-IV)
Source
Agresti, A. (2015). Foundations of Linear and Generalized Linear Models. John Wiley & Sons.
Examples
data(endo)
glm(HG~NV+PI+EH,family=binomial,data=endo)
mbrglm(HG~NV+PI+EH,family=binomial,data=endo)
[Package mbrglm version 0.0.1 Index]