Displaying 2 results from an estimated 2 matches for "r_input".
Did you mean:
br_input
2006 Jun 21
3
png() or jpeg() in a php script
Hello,
I've got a problem with a PHP script, in which I call the system function
(to call another processes). The call is :
system("R --slave --vanilla < path/to/source/source.R");
if in this R file, I've got the lines:
pdf(file="/path/to/file/file.pdf")
commands
dev.off()
the pdf file is perfectly created
but if I change the lines to:
2010 May 09
4
Fwd: R apply() help -urgent
...absence in an animal.
I intend to do Fisher's test for 26 individual 2X2 tables constructed from
each of these alphabets vs pLoss.
For example, here is what I did for alphabet A and then B and then C.... so
on. (I have attached R-input.csv for your perusal)
> data1 <- read.table("R_input.csv", header = T)
> datatable <- table(data1$A, data1$pLoss) #create a new datatable2 or 3
with table(data1$B.. or (data1$C.. and so on
> datatable
0 1
0 31 4821
1 0 21
now run the Fisher's test for these datatables one by one for the 26
alphabets :(
fishe...