Re: [R] Help on qpcR package

2009-06-21 Thread Ben Bolker
Endy BlackEndy wrote: > > I am using R on a Windows XP professional platform. > The following code is part of a bigger one > CODE > press=function(y,x){ >library(qpcR) >models.press=numeric(0) >cat("\n") >dep=y > print(dep) >indep=log(x) > print(indep) >

Re: [R] Help on qpcR package

2009-06-21 Thread Ben Bolker
Endy BlackEndy wrote: > > I am using R on a Windows XP professional platform. > The following code is part of a bigger one > CODE > press=function(y,x){ >library(qpcR) >models.press=numeric(0) >cat("\n") >dep=y > print(dep) >indep=log(x) > print(indep) >