top of page

PR and Communication

Today we will do a small career planning exercise. Go online and search a few PR jobs or internships in government and nonprofits. Look at the requirements and see if you are interested in a PR career.

Quantitative Analysis using R

  1. Plot a scatterplot between blood.glucose and short.velocity in the ‘theusen’ dataset.

  2. Create a blue colored histogram for short.velocity data.

  3. Change the bin size of the histogram you created for question 2- the new bin size is 0.1.

  4. Load the dataset ‘Orange’ from ‘datasets’ package. Draw a barplot of mean age of the orange trees by ‘tree’ category.

bottom of page