Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

backticks ( ) tollowed by an r eenclosed in braces, then the additional three backticks to clos the chunk, or simply press the button

backticks () tollowed by an "r eenclosed in braces, then the additional three backticks to clos the chunk, or simply press the button from the menu on the far right of the toolbar on top of the file editor.n *6. Datasets for the labs are contained within the package. To view which datasets are included in the package, go to the "Packages" tab and scroll down to ; clicking the blue hyperlink opens the documenntation page that lists the datasets included in the package.
7. The following code chunks use data included in the package. To load the package, we use the \texttt{library()} command, it is already written in the code chunk below for you. This command only needs to be used once in a document, in the first R8 chunk that requires data from the package. The ??texttt{data()} command can be used to load a particular dataset from the package; once the command is run, the name of the dataset will appear in the Environment tab.
123
124*cdots{r}
125 library(openintro) #loads the package
126 data(lizard_run) #loads the lizard speeds dataset
127 mean(lizard_run$top_speed)
128
129
130
8. It is also possible to view the output of a code chunk without having to the entire document.
image text in transcribed

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

Pro SQL Server Administration

Authors: Peter Carter

1st Edition

1484207106, 9781484207109

More Books

Students also viewed these Databases questions

Question

What is the environment we are trying to create?

Answered: 1 week ago

Question

How would we like to see ourselves?

Answered: 1 week ago