Re: [R] Making the plot window wider and using the predict function

2013-02-25 Thread PIKAL Petr
Hi From: Rasmus Hedegaard [mailto:hedegaard...@hotmail.com] Sent: Monday, February 25, 2013 2:53 PM To: PIKAL Petr Subject: RE: [R] Making the plot window wider and using the predict function Thank you, Petr - the command linreg0 <- lm(Hwt ~ Bwt, data = maleData) works perfectly. Regard

Re: [R] Making the plot window wider and using the predict function

2013-02-15 Thread PIKAL Petr
Hi > > > Hello, > > I am new to R and have a couple of questions. My data set contains the > variables "Bwt" and "Hwt", which are bodyweight and heartweight, > respectively, of a group of cats. > With the following code, I am making two plots, both to be viewed in > the same plot window in R: >