Answered step by step
Verified Expert Solution
Question
1 Approved Answer
R C:IUsers cespo Downloads ? ? H W 1 , r - R Editor # In doing this assignment, you will demonstrate some
R C:IUserscespoDownloads R Editor
# In doing this assignment, you will demonstrate some basic functionality of
# Use what you learned in lecture to complete this assignment.
# For each question, type your answer on the line that follows the question prompt.
# CG Q # Use R to multiply by
# CG Q # In a single line, create a vector that consists of the numbers and nan
ved
# CG Q # Use the length function on vec to return the number of entries in vec.
# CG Q # Use the mean function on vec to find the average of the numbers in vec.
# CG Q # Add to every entry of vec.
# CG Q # TYpe a line of code that returns TRUE for an entry of vec being equal to and a FALSE
# CG # Now use the sum function on your logical vector from to count the number of in
# CG Q # Use the which function on vec to return the positions of within the vector.
# CG # In a single statement, take the natural log of every entry of vec, name this object log
# CG Q # Use the exp function on logvec to return the raw values of vec.
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