STAT 205 Q & A Forum
Search
everywhere
only in this topic
Advanced Search
Homework 8
Classic
List
Threaded
♦
♦
Locked
3 messages
Abby
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Homework 8
For Problem #3, question 1, how do we do the qq plot for the differences?
Taeho Kim
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: Homework 8
Administrator
Abby wrote
For Problem #3, question 1, how do we do the qq plot for the differences?
Good question, Abby.
Try to follow the commands:
v1<-c(32.1,30.6,33.7,29.7)
v2<-c(34.5,32.6,34.6,31.0)
qqnorm(v1-v2);qqline(v1-v2)
Abby
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: Homework 8
Thank you!
Free forum by Nabble
Edit this page