powered by
A data set containing size, survival, and flowering in smooth coneflower
data(coneflower)
A data frame with 136 rows and 5 variables:
natural log of total leaf area in the first year
natural log of total leaf area in the second year (Ap = A prime)
indicator of survival from year one to year 2 (0,1)
indicator of flowering in year 2 (0,1)
# NOT RUN { data(coneflower) ggplot2::qplot(logA, logAp, data=coneflower) # }
Run the code above in your browser using DataLab