Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1. Download the outline instructions on how to import data to RStudio. 2. Your assignment, evaluate the following function call myMean . The data for
1. Download the outline instructions on how to import data to RStudio. 2. Your assignment, evaluate the following function call myMean. The data for this function is called assignment.
> assignment2 <- c(16, 18, 14, 22, 27, 17, 19, 17, 17, 22, 20, 22) >myMean <- function(assignment2) { return(sum(assignment)/length(someData)) }
Post the result of testing this function and provide reference and explanation as to why this function works or does not work.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started