| birds.df | R Documentation |
An undocumented data set concerning birds.
data("birds.df")
A data frame with 67 observations on the following 15 variables.
Speciesa character vector
Statusa numeric vector
Lengtha numeric vector
Massa numeric vector
Rangea numeric vector
Migra numeric vector
Insecta numeric vector
Dieta numeric vector
Clutcha numeric vector
Broodsa numeric vector
Wooda numeric vector
Uplanda numeric vector
Watera numeric vector
Releasea numeric vector
Indiva numeric vector
This is a data set used in a book (or in a
draft version of a book).
Unfortunately very few details seem
available concerning the background and
the variables.
The purpose of its inclusion in
VGAMdata is to show that
a logistic regression applied to these data,
mimicking the book,
has estimates suffering from the
Hauck–Donner effect (HDE;
hdeff).
It is called model.final in the
book.
http://rcompanion.org/documents/RCompanionBioStatistics.pdf,
around pages 249–.
data(birds.df)
str(birds.df)
model.final.copy <- # Try mimic the book example
vglm(Status ~ Upland + Migr + Mass + Indiv + Insect + Wood,
binomialff, data = birds.df, trace = TRUE)
summary(model.final.copy, hde.NA = FALSE) # Wald table
hdeff(model.final.copy)
hdeff(model.final.copy, deriv = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.