search for: fsnr

Displaying 1 result from an estimated 1 matches for "fsnr".

Did you mean: fnr
2004 Oct 07
5
'with' usage question
...h(data) ; aov.SS1(y=Obs) ; detach(data) > > Or is that just wishful thinking?? The latter. On Thu, 7 Oct 2004, RenE J.V. Bertin wrote: > Hello, > > I'm having a little argument with the 'with' function. I have > > > aov.SS1 <- function( y, indep=speed, fSnr=Subject, ... ) > { > indep <- factor(speed) > fSnr <- factor(fSnr) > ## .... > } > > and a dataframe containing speed, Subject, and a bunch of other columns. If I now do > > > with( data, aov.SS1( y=Obs ) ) > > I get a message > > Error in fac...