From f4cc27882266caedc2bc151dc4fab03345934b93 Mon Sep 17 00:00:00 2001 From: aaronshaw Date: Wed, 11 Nov 2020 13:46:48 -0600 Subject: [PATCH] typo --- psets/pset6-worked_solution.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/psets/pset6-worked_solution.html b/psets/pset6-worked_solution.html index b323099..f26bb7e 100644 --- a/psets/pset6-worked_solution.html +++ b/psets/pset6-worked_solution.html @@ -1673,10 +1673,10 @@ library(ggridges) ridge_plot <- ggplot(data = df, aes(x = weeks_alive, y = dose)) + geom_density_ridges(jittered_points = T, fill = "orange") ridge_plot -

+

# add a fancy minimalist theme to make it prettier:
 ridge_plot + theme_minimal()
-

+

SQ1 Discuss the descriptive results

Overall, the survival times range from \(30-100\) weeks, with an average of about \(75.5\) weeks and a standard deviation of \(21.4\) weeks. The distribution of outcomes is slightly left-skewed.

-- 2.39.2