Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

plesse be clear if you are setting up 6 or 7 and show how to set up in r 1. Use the factor function to

plesse be clear if you are setting up 6 or 7 and show how to set up in r
image text in transcribed
1. Use the factor function to convert the species, island and sex columns of penguins_clean to factor variables. There are many ways to do this. One of the simplest is to extract access each variable individually, itse the factor function to convert it to a factor, and then assign the updated variable to the appropriate column of penguins_clean. b. Verify that this worked using the str function, Problem 7 Use the mean function to find the men of the bill_length_mm column of penguins_clean. Why does it give you the value NA? 1. To overcome this issue, use the mean function again, but add the argument, na rm . TRUE. What happens when you specify this argument

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Data Management Databases And Organizations

Authors: Richard T. Watson

6th Edition

1943153035, 978-1943153039

More Books

Students also viewed these Databases questions

Question

2. Identify issues/causes for the apparent conflict.

Answered: 1 week ago