Part 2 Problem 1

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Part 2 Problem 1

Allison Egeli
When I enter the command to find b1: b1<- sum((RPG-mean(RPG))(Win_P-mean(Win_P)))/sum((RPG-mean(RPG))^2)
Rstudio creates an error saying I'm attempting to apply non-function.
Reply | Threaded
Open this post in threaded view
|

Re: Part 2 Problem 1

Taeho Kim
Administrator
Allison Egeli wrote
b1<- sum((RPG-mean(RPG))(Win_P-mean(Win_P)))/sum((RPG-mean(RPG))^2)
Hi Allison,

You made a mistake.
Make sure you have everything in there.