bmi: Denosumab and Osteoporosis

Description Usage Format Details Source Examples

Description

Body mass index for postmenopausal women with osteoporosis given six different treatments of Denosumab.

Usage

1
data("bmi")

Format

A data frame with 236 observations on the following 2 variables.

BMI

a numeric vector

TREATMENT

a factor with levels 100-mg 14-mg 210-mg 60-mg Placebo

Details

A clinical study was conducted to see whether an antibody called denosumab is effective in treatment of osteoporosis of postmenopausal women. In the article cited below, researchers reported on a study where women with osteoporosis were randomly assigned into groups that received either a placebo, or a six-month regimen of Denosumab at doses of 14 mg, 60 mg, 100 mg, or 210 mg. The bmi dataset provides data on the body-mass indexes (BMI) of the women in each treatment group.

Source

McClung, M., et al. (2006) Denosumab in Postmenopausal Women with Low Bone Mineral Density. New England Journal of Medicine, 354, pp. 821-831.

Examples

1
2
3
4
5
data(bmi)
str(bmi)
attach(bmi)
plot(BMI ~ TREATMENT)
detach(bmi)

Example output

'data.frame':	236 obs. of  2 variables:
 $ BMI      : num  26.2 20.2 23.9 30 30.6 ...
 $ TREATMENT: Factor w/ 5 levels "100-mg","14-mg",..: 5 5 5 5 5 5 5 5 5 5 ...

wPerm documentation built on May 2, 2019, 3:02 a.m.