Determine a method to generate random observations for the logistic pdf,
(4.4.11). Write an R function that returns a random sample of observations from a logistic distribution. Use your function to generate 10,000 observations from this pdf. Then obtain a histogram (use hist $(x, p r=T)$, where $x$ contains the observations). On this histogram overlay a plot of the pdf.