A study reported in the Journal of the American Medical Association investigated the cardiac demands of heavy snow shoveling. Ten healthy men underwent exercise testing with a treadmill and a cycle ergometer modified for arm cranking. The men then cleared two tracts of heavy, wet snow by using a lightweight plastic snow shovel and an electric snow thrower. Each subject’s composite score consisting of heart rate blood pressure, oxygen uptake, and perceived exertion during snow removal were compared with the values obtained during treadmill and arm-crank ergometer testing. The data below gives the heart rates in beats per minute for each of the 10 subjects.
|
Subject |
Treadmill |
Arm-Crank Ergometer |
Snow Shovel |
Snow Thrower |
|
1 |
177 |
205 |
180 |
98 |
|
2 |
151 |
177 |
164 |
120 |
|
3 |
184 |
166 |
167 |
111 |
|
4 |
161 |
152 |
173 |
122 |
|
5 |
192 |
142 |
179 |
151 |
|
6 |
193 |
172 |
205 |
158 |
|
7 |
164 |
191 |
156 |
117 |
|
8 |
207 |
170 |
160 |
123 |
|
9 |
177 |
181 |
175 |
127 |
|
10 |
174 |
154 |
191 |
109 |
|
Subject |
Count |
Sum |
Average |
Variance |
|
1 |
4 |
660 |
165 |
2152.667 |
|
2 |
4 |
612 |
153 |
596.6667 |
|
3 |
4 |
628 |
157 |
1008.667 |
|
4 |
4 |
608 |
152 |
474 |
|
5 |
4 |
664 |
166 |
548.6667 |
|
6 |
4 |
728 |
182 |
442 |
|
7 |
4 |
628 |
157 |
935.3333 |
|
8 |
4 |
660 |
165 |
1192.667 |
|
9 |
4 |
660 |
165 |
648 |
|
10 |
4 |
628 |
157 |
1252.667 |
|
Activity |
||||
|
Treadmill |
10 |
1780 |
178 |
281.1111 |
|
Arm-Crank Ergometer |
10 |
1710 |
171 |
356.6667 |
|
Snow Shovel |
10 |
1750 |
175 |
219.1111 |
|
Snow Thrower |
10 |
1236 |
123.6 |
336.9333 |
> install.packages("car" )
> Data = read.table ("E:/Documents/Exercise.txt", header = TRUE)
> attach (Data)
> Data
> DatMatrix = as.matrix (Data, rownames.force = NA)
> DatMatrix
> results = Anova (DatModel, idata = data.frame(design), idesign = ~design, type = "III")
> summary (results, multivariate = FALSE)
Test statistic and p-value will be obtained and if p-value > α, so the data appears to satisfy sphericity.
Explain why Repeated Measures ANOVA applies in this problem. Use Mauchley’s sphericity test in STATISTICA OR...
Maintaining a healthy weight is important for women’s health. Some physicians recommend being back to your pre-pregnancy weight six months after giving birth. Public health officials are interested in whether this is a realistic goal. Do the women in North Carolina weigh more than their pre-pregnancy weight six months postpartum? In other words, is the six months post-pregnancy weight greater than their pre-pregnancy weight? Use a paired samples t-test to compare pst6wght (variable 1) and prewght (variable 2). This uses...
You are the Operations Manager for a trailer manufacturing company On the Plant Information tab you have the production results from 2 manufacturing plants that belong to your company The two plants make the same trailers and have very similar people and processes, but the number of trailers they produce each day is not the same The company President has told you that she is worried about production. She gives you no other details about what "worried" means You decide...
PLEASE USE THE BELOW GIVEN DATA TO SOLVE THIS PROBLEM. INCLUDING
THE BRIEF REPORT.
THANK YOU.
Sales (Y)
Calls (X1)
Time (X2)
Years (X3)
Type
47
167
12.9
5
ONLINE
47
167
16.1
5
ONLINE
44
165
14.2
5
GROUP
43
137
16.6
4
NONE
34
184
12.5
4
GROUP
36
173
14.3
4
GROUP
44
160
14.1
4
NONE
34
132
18.2
4
NONE
48
182
14.1
4
ONLINE
41
158
13.8
4
GROUP
38
163
10.8
4
GROUP...
33 On May 6, Jim Ryan borrowed $14,000 from Lane Bank at 7 % interest. Jim plans to repay the loan on March 11. Assume the loan is on ordinary interest. How much will Jim repay on March 11? (Use Days in a year table) (Round your answer to the nearest cent.) Jm repay etbook 7-1 TABLE Exact days-in-a-year calendar (excluding leap year)" Day of month 30 31 30 31 28 31 30 31 31 30 31 31 Dec Mar...
QUESTION 7 The data set Beer Large, which can be found in StatCrunch Shared Data Sets, gives the Alcohol, Carbohydrates and Calories for different brands of beer. The explanatory variable is x + Carbohydrates and the response variable is Y - Calories. Use this information to answer: Calculate the correlation between carbohydrates and calories. (4 decimal places) Row vars varo var var 8 var9 var 10 2 الميا ABV 4.1 5.4 4.43 4.13 5.9 4.9 Carbs 2.6 13.7 5.8 5...
data: (copy and paste in excel to view columns in alignment)
Sample Repair Time (days)
1 12
2 17
3 9
4 16
5 10
6 18
7 12
8 14
9 15
10 14
11 14
12 8
13 11
14 10
15 8
16 8
17 14
18 12
19 14
20 13
21 12
22 15
23 15
24 10
25 24
26 17
27 13
28 15
29 13
30 15
31 36
32 40
33 ...
Need help with b,c and d.
A30 fx III. A B с 78 79 TOTAL LIABILITIES 80 81 b) In the next 3 months the following accounting events happened to the company (the VAT is 25% in each 82 event wherever it is possible). Record the accounting events in the books! (24p) 83 84 85 86 1. The owners opened a bank account and paid 300.000 K HUF in as a startup capital to launch the business. 87 88 2....
Hi it's python I imported a data which are so many words in txt
and I arranged and reshaped with alphabetically both rows and
columns
I was successful with these steps but I am stuck with next
step
below is my code and screenshot
import numpy as np
import pandas as pd
data=pd.read_csv("/Users/superman/Downloads/words_file2.txt",header=None)
df_input=pd.DataFrame(data)
df_output=pd.DataFrame(np.arange(676).reshape((26,26)),
index =
['a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z'],
columns =
['a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z'])
df_output.index.name="Start"
df_output.columns.name="End"
df_output
This below screen shot is what I have to find
I have to find each word...
Please determine the IDENTITY of the unknown
compound and explain how each peak / data point from the following
instruments led to that identification. What does the gcms
indicate. Thank you very much! (The GCMS data is just a long set of
numbers which is why the question appears so long).
IR of unknown:
NMR unknown Proton Graphs (first is overall graph,
others that follow are zoomed in sections):
NMR unknown Carbon Graphs (first is overall graph,
others that follow...
Implement a method that uses insertion sort to sort numbers. Use the numbers provided in files (100.txt, 1000.txt, 5000.txt, 50000.txt, 100000.txt and 500000.txt) as input. Measure the time taken to sort these numbers (do not include the file IO time). Plot the time taken to sort the numbers [Programming, 35 points] .Files to submit. A report that briefly talks about your solution to each of the problem (the explanation should not exceed more than half pages each). Seperate file for...