You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideas / commentary after working with mentees and reviewing lecture material.
many namespace collisions → cut down on the number of packages used / loaded at any given time, this is esp. a problem with library(tidyverse) approach to loading everything
aqp::allocate() can be very noise, add verbose argument
include examples / interpretation of plot(Predict(model.rms)) and plot(summary(model.rms))
explain / link to additional information on odds ratio, interpret all examples in the book
label probability axes on all figures
re-think / simplify glm examples: predictor variables too complex / hard to interpret
more explanation of rms::validate()
CA790 regression examples need more context / explanation
num. tax. examples: explain type = 'n' when making plots
Ideas / commentary after working with mentees and reviewing lecture material.
library(tidyverse)
approach to loading everythingaqp::allocate()
can be very noise, addverbose
argumentplot(Predict(model.rms))
andplot(summary(model.rms))
rms::validate()
type = 'n'
when making plotscorrplot()
→ colors, shading, ordering, etc.The text was updated successfully, but these errors were encountered: