Displaying 2 results from an estimated 2 matches for "testsw".
Did you mean:
tests
2011 Feb 04
2
Finding non-normal distributions per row of data frame?
...determine whether they
meet the criteria of a normal distribution. I'd loop this over all the rows
in the data frame, and output the summary results to a new data frame.
I have a loop that should run a Shapiro-Wilk test over each row,
y= data frame
for (j in 1:nr) {
y.temp<-list(y[j,])
testsw <- lapply(y.temp, shapiro.test)
testtable <- t(sapply(testsw, function(x) c(x$statistic, x$p.value)))
colnames(testtable) <- c("W", "p.value")
}
but it is currently throwing out an error:
"Error in `rownames<-`(`*tmp*`, value = "1") :
attempt t...
2005 Feb 24
1
[Fwd: Re: Execution of WineTools with Wine version 20041201 on RedHat 9]
...ne/drive_c
Wine 0
wine is executed as wine
Parameters are
Choice is Read Intro again
Choice is Control Center
/usr/bin/wineserver: relocation error: /usr/bin/wineserver: symbol
epoll_create, version GLIBC_2.3.2 not defined in file libc.so.6 with
link time reference
Choice is Show installed Software
testsw
/usr/bin/wineserver: relocation error: /usr/bin/wineserver: symbol
epoll_create, version GLIBC_2.3.2 not defined in file libc.so.6 with
link time reference
grep: /home/andrew/.wine/installed.reg: No such file or directory
grep: /home/andrew/.wine/installed.reg: No such file or directory
rm: cannot...