search for: lvssso

Displaying 4 results from an estimated 4 matches for "lvssso".

Did you mean: lasso
2000 Apr 05
2
My first R-program
Sorry, I pasted the wrong file in earlier... this is the correct one: pValCalculator(b, n=20, m=20) { ind <- 1:min(c(n,m)) prob <- (1-pnorm(b,sd=std*sqrt(ind))) prob1 <- sum((n-ind+1)*(m-ind+1)*prob) prob1 } inputData <- scan("/users/lvssso/projects/LAMA/output/pValLamaScore.tmp", list(block1 = "",block2 = "",width1 = 0,width2 = 0,alignment = 0,score = 0)); pVal <- vector(mode = "numeric", length(inputData$score)); for(i in 1:length(inputData$score)) pVal[i] <- pValCalculator(inputData$scor...
2000 Apr 05
0
My first R program
...t have grasped something right. I keep getting an error message from 'parse' on the line with the *** : pValCalculator(b, n=20, m=20) { ind <- 1:min(c(n,m)) prob <- (1-pnorm(b,sd=std*sqrt(ind))) prob1 <- sum((n-ind+1)*(m-ind+1)*prob) prob1 } inputData <- scan("/users/lvssso/projects/LAMA/output/pValLamaScore.tmp", list(block1 = "",block2 = "",width1 = 0,width2 = 0,alignment = 0,score = 0)); pVal <- vector(mode = "numeric", length(lamaScore)); for(i in 1:length(inputData$lamaScore) ***** pVal[i] <- pValCalculator(inputData$sc...
2000 Mar 27
1
Installing R on Solaris
...ocal/R-1.0.0/src/appl' make[1]: *** [R] Error 1 make[1]: Leaving directory `/opt/local/R-1.0.0/src' make: *** [R] Error 1 Shai Shen-Orr Crown Human Genome Center and Bioinformatics Unit, Weizmann Institute of Science Home page and more contact info: http://bioinfo.weizmann.ac.il/~lvssso -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat....
2000 Apr 05
1
Working with R batch
...know how to get passed them ? 3) How can I print a plot ? Is it only through the postscript() command ? Thanks, Shai -- Shai Shen-Orr Crown Human Genome Center and Bioinformatics Unit, Weizmann Institute of Science Home page and more contact info: http://bioinfo.weizmann.ac.il/~lvssso -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat....