Answers are not necessarily complete! This is just meant to serve as a check if you are stuck.
Questions
Question 1
This question and data are adapted from this textbook.
In an experiment designed to describe the dose–response curve for vitamin K, individual rats were depleted of their vitamin K reserves and then fed dried liver for 4 days at different dosage levels. The response of each rat was measured as the concentration of a clotting agent needed to clot a sample of its blood in 3 minutes. The results of the experiment on 12 rats are given in the following table; values are expressed in common logarithms for both dose and response.
`stat_bin()` using `bins = 30`. Pick better value `binwidth`.
Part k
Warning: The dot-dot notation (`..density..`) was deprecated in ggplot2 3.4.0.
ℹ Please use `after_stat(density)` instead.
ℹ The deprecated feature was likely used in the describedata package.
Please report the issue at
<https://github.com/craigjmcgowan/describedata/issues>.
Part l
Not given
Part m
Part n
For the log-transformed Rate:
q1_model2 =lm (Rate_log ~ Age, data = q1_data2)q1_mod_t2 =tidy(q1_model2)q1_mod_t2 %>%gt()