search for: u4120

Displaying 7 results from an estimated 7 matches for "u4120".

Did you mean: 4120
2011 Nov 03
4
How to used MKL (not revolution-mkl) with Debian packages
...test your R with some benchmarks, here I am using "R-benchmark-25.R", which is available at http://*r*.research.att.com/benchmarks/. Note: I assume that your MKL is installed under /opt/intel/. * * -- Gong-Yi Liao Department of Statistics University of Connecticut 215 Glenbrook Road U4120 Storrs, CT 06269-4120 [[alternative HTML version deleted]]
2011 Feb 02
2
Using MathJax in R's help system
...we could have much more flexible, accessible R help documents in html format and both users and developers can benefit from better reading experience. Any comments are greatly appreciated. -- Gong-Yi Liao Department of Statistics University of Connecticut 215 Glenbrook Road U4120 Storrs, CT 06269-4120 860-486-9478 -------------- next part -------------- A non-text attachment was scrubbed... Name: Rd2HTML.diff Type: text/x-patch Size: 706 bytes Desc: not available URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20110202/5fffeeb7/attachment.bin> -------------...
2011 Feb 08
1
goto blas related R segfault
Hi, i have been running R 2.11 compiles with the goto blas libraries successfully for about a year. I am running Ubuntu 10.10 64 bit. However, recently I have been periodically getting a segfault when running R (and numpy -- also compiled against goto blas). When I check the dmesg error log I get the following message R[28792]: segfault at 7f4183ed4000 ip 00007f4196f05f03 sp 00007f4192d55d20
2011 Feb 05
1
different results in MASS's mca and SAS's corresp
...-0.3499 20 -1.3025 -0.3499 Is MASS's mca developed with different definition to SAS's corresp ? Thank you for any comments! -- Gong-Yi Liao Department of Statistics University of Connecticut 215 Glenbrook Road U4120 Storrs, CT 06269-4120 860-486-9478
2011 Nov 06
2
tkrplot does not install
Hi all I am running R 2.14.0 on Linux Mint 11 and want to use TeachingDemos but cannot update tkrplot. This is what happens: ############### In order to run * installing *source* package ?tkrplot? ... configure: creating ./config.status config.status: creating src/Makevars ** libs gcc -std=gnu99 -I/usr/share/R/include -I/usr/include/tcl8.5 -I/usr/include/tcl8.5 -fpic -O3 -pipe -g -c
2011 Feb 17
2
Rd2pdf error in R12.0
On the local machine the command R11 CMD Rd2pdf survfit.Rd works fine. R12 CMD Rd2pdf survfit.Rd fails with the message below. Converting Rd files to LaTeX ... survfit.Rd Creating pdf output from LaTeX ... Error in texi2dvi("Rd2.tex", pdf = (out_ext == "pdf"), quiet = FALSE, : Running 'texi2dvi' on 'Rd2.tex' failed. Messages: sh: texi2dvi: command not
2011 Feb 17
4
Find and replace all the elements in a data frame
Hi all, I'm having a problem once again, trying to do something very simple. Consider the following data frame: x <- read.table(textConnection("locus1 locus2 locus3 A T C A T NA T C C A T G"), header = TRUE) closeAllConnections() I am trying to make a new data frame, replacing "A" with "A/A", "T" with "T/T", "G" with