1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Gemiola [76]
3 years ago
6

R Problem Old Faithful is a geyser located in Yellowstone Nation Park in Wyoming. It received the name "Old Faithful" by the Was

hburn-Langford-Doane expedition, who noted that the geyser seemed to erupt at regular intervals. In this problem, we will use data collected by park rangers to analyze whether the eruptions are as regular as originally thought. If you feel so inclined, you can watch Old Faithful in real time at the National Park Service website. The dataset is available on Canvas and has 2 columns and 272 rows. Observations are organized by row - the first column gives the length of the eruption (in minutes), while the second columin gives the waiting time (in minutes) since the previous eruption...Use the R function read.table to import the data set. If you don't know how it works, use help(read.table) to check the usage.
Mathematics
1 answer:
Tpy6a [65]3 years ago
8 0

Answer:

Step-by-step explanation:

The first 6 rows of the eruptions data :

eruptions waiting

1 3.600 79

2 1.800 54

3 3.333 74

4 2.283 62

5 4.533 85

6 2.883 55

R code :

1. You can directly access the "Faithful" data in R without importing the data. The dataset faithful is present in the R or you can load the datasets. or use install the datasets.load. package

If you have the data in a text file, make sure all the columns and rows are separated by commas

Step 1: open notepad

Step 2: enter data with no spaces but only commas

Step 3: save the file as ‘faithful.txt’ on your Desktop

# Get R help

?read.table

# Import the data

rain<-read.table("C:/Users/YOUR-NAME/Desktop/faithful.txt", header = TRUE,

                  sep = ",")

Check the data

data("faithful") #Loading Faithful data

head(faithful, 6) #Reading first 6 rows of the data

You might be interested in
6x89+93=<br> please it wont be mean<br><br><br><br> zoo/m???
julia-pushkina [17]

Answer:

can't you do it with calculator?

5 0
3 years ago
Read 2 more answers
Fraction 2 over 18 in simplest form
Shtirlitz [24]
Your answer is 1/9.
7 0
3 years ago
Read 2 more answers
Someone help me on 103 pls
Vlad [161]

Answer:

it is A

27000

hope it helps u

4 0
2 years ago
Read 2 more answers
How does the slope intercept form compare to the point slope form
polet [3.4K]
Slope intercept = y=mx+b
m is the slope
b is the y int

point slope =y2-y1=m(x1-x2)
3 0
3 years ago
A surveyor on one side of a river wishes to find the distance between points a and b on the opposite side of the river. On her s
Tcecarenko [31]
Question not clear, i think it's incomplete else sorry
5 0
3 years ago
Other questions:
  • I need help immediately
    13·1 answer
  • Which rule applies to the translation of the RED trapezoid to the BLUE trapezoid? A) (x, y) → (x + 2, y − 3) B) (x, y) → (x + 4,
    8·2 answers
  • Solve the system by graphing.
    9·1 answer
  • Factor: a^5+2a+a^4+2.
    10·1 answer
  • Unit 5. 8) Please help. Which of the two-dimensional cross sections listed below could be created by cutting a cube with a plane
    5·1 answer
  • Suppose you deposit $2,000 in a savings account that pays interest at an annual rate of
    7·1 answer
  • What does it mean for two angels form a vertical pair
    8·1 answer
  • Find cos x and cos y! Please help me out! You don’t need to answer all just what you can :)
    5·1 answer
  • Which of the following expressions represent 15% tip on a $20 meal? Which represents the total bill? **Select all that apply**.
    15·1 answer
  • HELP FAST WILL MARK BRAINLIEST!!
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!