I am in statistics class and for the life of me cannot figure out how to code a histogram from my file
the file is
download.file("http://www.openintro.org/stat/data/bdims.RData", destfile = "bdims.RData")
load("bdims.RData")
I need to plot the males height and the females height M=0 F=1 How do I do that? I am so confused and ready to quit.