Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Can you explain the #your code please? I really don't understand how does it work out like that and moreover, I already coppy and paste

Can you explain the #your code please? I really don't understand how does it work out like that and moreover, I already coppy and paste this code on my R markdown program but I can't run it.

image text in transcribed
create a data frame male_female by filtering the data with Male and Female abalones, and display its dimensions with dim( ) {r } # your code #fil = filter (abalone, (str_detect (sex, 'F' ) | str_detect(sex, 'M' ) ) ) #male_female % group_by (sex) #male_female %% fil #male_female - create a data frame ringsi by filtering the data with those abalones having 25 Rings or more, containing columns about their sex, and rings (in that order) . Crop one question at a time # your code rings1 % filter (rings > 25) rings1 % select (sex, rings) rings1 - create a data frame rings2 by filter the data with those infant abalones with more than 3 Rings and less than 6, containing columns sex, rings, and diameter, with rows arranged by diameter in increasing order

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

Step: 3

blur-text-image

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

Linear Algebra With Applications

Authors: Gareth Williams

8th Edition

1449679579, 9781449679576

More Books

Students also viewed these Mathematics questions

Question

Subjective norms, i.e. the norms of the target group

Answered: 1 week ago

Question

The relevance of the information to the interpreter

Answered: 1 week ago