search for: r251

Displaying 14 results from an estimated 14 matches for "r251".

Did you mean: 251
2007 Nov 01
1
Problem with compiling 64bit R(2.5.1) under HP-UX(ia64)
Hi there, We are trying to compile a 64bit version of R (2.5.1) on HP-UX (B.11.23 U ia64), but are running into some problems. This is our configure step: ../configure --prefix=/rnd/homes/lfan/R251 --enable-R-shlib CC="cc" CFLAGS="+z +DD64" CXX="aCC" CXXFLAGS="-b -lxnet +z +DD64" FC="f90" FCFLAGS="+DD64" F77="f90" FFLAGS="+DD64" LDFLAGS="-L/usr/lib/hpux64 -L/opt/fortran90/lib" LIBnn=lib --with-x=no --wit...
2010 May 31
2
accessing a data frame with row names
...,column1,column2 row1,0.1,0.2 row2,0.3,0.4 using the command: dataframe<-read.table("/path/to/file.csv",header=T,row.names=1) When I try the command: dataframe[,2] I receive the response: NULL I was expecting: row1 0.2 row2 0.4 What is my error with the syntax please? Yours, r251 mandriva2009
2010 Dec 14
2
Use generalised additive model to plot curve
...nstruct.tp.smooth.spec(object, data, knots) : A term has fewer unique covariate combinations than specified maximum degrees of freedom The objective is to plot y against x, finally to produce a graph with a smooth curve (and then remove the data points). What is my mistake please? yours, r251 gnu/linux mandriva2008
2010 Jan 13
2
selection of multiple subscripts
Readers, For a data set 'x': 1 a 2 b 3 c 4 d 5 e 6 f 7 g 8 h 9 i How to select multiple subscripts to plot? For example to plot values 1:3 and 9:10: plot(x[1:3,1],x[,2]) and plot(x[9:10,1],x[,2]) into one plot? Yours, rhelpatconference.jabber.org r251
2010 Aug 24
2
percentage sign in expression
Readers, According to the documentation for the function 'plotmath' there is no apparent possibility to add the percent sign (%) to a plot function, e.g. plot(a[,1]~b[,2],ylab=expression(x~%),xlab=expression(z)) How to achieve this please? yours, rhelp at conference.jabber.org r251 mandriva2009
2010 Feb 16
3
margin text warning message NAs coercion
...sion(A[1]~B[2]),"additional text",side=3,line=1) I receive the text that I want, but the command terminal shows the following response: Warning message: NAs introduced by coercion in: mtext(expression(A[1]~B[2]),"additional text", side = 3, What is my mistake please? Yours, r251 rhelpatconference.jabber.org
2010 Jan 29
1
use zoo package with multiple column data sets
...ith non-unique index entries in a series I have read the document vignette 'zoo' but section 2.1 does not show an example of the syntax for the command 'order.by'. How to use the zoo package where the variable z2 contains many columns of data? Yours, rhelpatconference.jabber.org r251
2008 Mar 24
1
Running rpy produces the error message undefined symbol: KillAllDevices
Hello All, I've been using R for a while and decided to test R from the svn trunk. I know that trunk is not stable, but I wanted to see if I can install and run the latest rpy on my Ubuntu 7.10 box. It installed ok, but I got the runtime error message: $ python Python 2.5.1 (r251:54863, Mar 7 2008, 04:10:12) [GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import rpy Traceback (most recent call last): File "<stdin>&quo...
2011 Jan 29
1
data extrapolation function
...e dataimportextra.csv something like: 1,1990 2,1991 3,1993 ... to previously known data 10,2000 ... final extrapolated value, e.g. 20,2010 I didn't ; this suggests that I chose the wrong function! Can someone please advise me of the correct function to use for this extrapolation task? yours, r251 mandriva2009
2010 Jun 15
0
[LLVMdev] Question on X86 backend
...1, R202, R203, R204, R205, R206, R207, R208, R209, R210, R211, R212, R213, R214, R215, R216, R217, R218, R219, R220, R221, R222, R223, R224, R225, R226, R227, R228, R229, R230, R231, R232, R233, R234, R235, R236, R237, R238, R239, R240, R241, R242, R243, R244, R245, R246, R247, R248, R249, R250, R251, R252, R253, R254, R255 ] , Uses = [ R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15, R16, R17, R18, R19, R20, R21, R22, R23, R24, R25, R26, R27, R28, R29, R30, R31, R32, R33, R34, R35, R36, R37, R38, R39, R40, R41, R42, R43, R44, R45, R46, R47, R48, R49, R50, R51, R52, R53...
2010 Jun 15
2
[LLVMdev] Question on X86 backend
Hi Micah, > In X86InstrInfo.td for Call Instructions, it mentions that Uses for > argument registers are added manually. Can someone point me to the > location where they are added as the comment doesn't reference a > where or how? the register uses are added by the function X86TargetLowering::LowerCall() during the DAG Lowering phase. This is the relevant code segment: // Add
2010 Apr 07
1
How to specify only minimum ylim parameter for boxplot
...,z),las=1,xaxt="n",ylab="text",xlab="text",ylim=c(0,..?)) is it possible to specify only that the boxplot graph starts with value 0 at the bottom of the ordinate (y axis) and the maximum value is determined by data in x,y and z? Yours, rhelp at conference.jabber.org r251 mandriva2008
2010 Jul 01
0
non-root user "virConnectOpen() faile" in libvirt-0.3
...Fedora8" with "libvirt0.3 & python2.5". When I ran the following * *commands as a non-root user "nimbus":* $python >>> import libvirt >>> libvirt.open("xen:///") --------- Console --------- [nimbus at localhost-120 ~]$ python Python 2.5.1 (r251:54863, Oct 30 2007, 13:54:11) [GCC 4.1.2 20070925 (Red Hat 4.1.2-33)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import libvirt >>> libvirt.open("xen:///") Traceback (most recent call last)...
2009 Jan 16
0
New winetricks 20090116: new verbs mono22, urlmon, wininet, controlpad, native_oleaut32, msscript, hosts; plus various updates and bugfixes
...| 2009-01-11 Alternate URL for tahoma, not sure if it's needed, so just a comment. r253 | daniel.r.kegel | 2008-12-23 Fix symlink vulnerability pointed out by Stefan Nordhausen. r252 | daniel.r.kegel | 2008-12-23 wininet verb didn't actually override wininet. (Thanks to Austin English.) r251 | daniel.r.kegel | 2008-12-17 Added new verb msscript to fix http://code.google.com/p/winezeug/issues/detail?id=19 Also noticed that msmask.ocx wasn't registered, so do that r250 | daniel.r.kegel | 2008-12-17 Don't behave strangely if WINEDEBUG is set Make the dirac0.8 verb work as documen...