Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

Report Example

Elioth Sanabria
October 22, 2014
First Part:
> summary(linearRegresion)
Call:
lm(formula = Round.Score ~ Total.Greens.in.Regulation + Overall.Putting.Avg...of.Putts.,
data = data)
Residuals:
Min
1Q Median
-4.2431 -0.9210 -0.1354

3Q
0.7827

Max
7.9996

Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept)
58.74691
0.43702 134.43
<2e-16 ***
Total.Greens.in.Regulation
-1.27048
0.01730 -73.42
<2e-16 ***
Overall.Putting.Avg...of.Putts. 0.94640
0.01554
60.89
<2e-16 ***
--Signif. codes: 0 *** 0.001 ** 0.01 * 0.05 . 0.1 1
Residual standard error: 1.378 on 1437 degrees of freedom
Multiple R-squared: 0.8265,
Adjusted R-squared: 0.8262
F-statistic: 3422 on 2 and 1437 DF, p-value: < 2.2e-16

Regression Plot

60

65

70

40
35

Putting Average

85
80
75

Score

30

25

20
4

10

12

14

16

18

GIR

Second Part:
> cat("P(Sum of four scores <=270) = ",probEstimation,"\n")
P(Sum of four scores <=270) =

0.0314772

> cat("Standard deviation of estimation = ",sdProbEstimation,"\n \n")


Standard deviation of estimation =

0.007815266

50

Histogram of Probability Estimation with Normal Curve

Mean 0.0315
SD 0.0078

30
20
10
0

Density

40

0.01

0.02

0.03

0.04

Probability Estimation

0.05

0.06

You might also like