Create a directory on your computer called C:\mystuff
Download this file to your directory
Write an R script to read these data from this directory and perform summary statistics
The data have field of capture days in Julian days (day after Dec 31 in a non-leap year) , capture mass in pounds, and capture length in inches.
Write user-defined functions to convert Julian day to day after 30 June, mass to kg, and length to mm
*replace* day, mass, and length with these values
Create a new csv file with the revised values
Perform a summary on the data
Find the 2 unusual (and possibly incorrect) values for length and mass
For a binomial with p=0.6 and n=10 trials
Find f(6) the probability density for x=6
Find F(6) the probability that x<=6
Find the 90% quantile
Generate 100 random x values from this distribution