Question: Create an R script with the following components: Create a factor named ' x ' and populate it with some sample data. Use the tapply

Create an R script with the following components:
Create a factor named 'x' and populate it with some sample data. Use the tapply() and split() functions against the factor.
Create a list() and populate it with sample data. From that list, create a new table.
Use the aggregate() and cut() functions on the table.
Using the sample dataset on "results from an Experiment on Plant Growth" included with R, create a new table and perform basic analysis on it. Include some standard measures of statistics as well as an aggregate that could be presented showing the total count for each category.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!