Re: [Rd] lsfit: Error in formatting error message

2013-04-29 Thread Renaud Gaujoux
Ah yes, nice, I had noticed the swapped words in other situations, it will definitely help me to tell users about sample size issues... :) Bests, Renaud On 29 April 2013 12:15, Uwe Ligges wrote: > On 25.04.2013 13:29, Renaud Gaujoux wrote: > >> Hi, >> >> in R-3.0 I get the following error when

Re: [Rd] lsfit: Error in formatting error message

2013-04-29 Thread Uwe Ligges
On 25.04.2013 13:29, Renaud Gaujoux wrote: Hi, in R-3.0 I get the following error when calling lsfit with more observations than variables, which seems to come from an error in the formatting of the error message (note that this was not happening in 2.15.3): nobs <- 5; nvar <- 6; lsfit(matrix(

[Rd] lsfit: Error in formatting error message

2013-04-25 Thread Renaud Gaujoux
Hi, in R-3.0 I get the following error when calling lsfit with more observations than variables, which seems to come from an error in the formatting of the error message (note that this was not happening in 2.15.3): > nobs <- 5; nvar <- 6; lsfit(matrix(runif(nobs*nvar), ncol=nvar), runif(nobs), i