Question: I am receiving errors creating a code in R using pipe and the dot operator to access population for the following: exp(mean(log(murders$population))). I used the
I am receiving errors creating a code in R using pipe and the dot operator to access population for the following: exp(mean(log(murders$population))). I used the following packages
library(tidyverse)
library(dslabs)
library(dlpyr)
data(murders
What am I doing wrong?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
