search for: ibrary

Displaying 16 results from an estimated 16 matches for "ibrary".

Did you mean: library
1999 May 03
0
compilation of R-0.63.3 on alpha (PR#183)
...mended config.site, which I enclose. As can be seen from the compilation log there are linking errors... I did a 'make check' which fails for the R binary. >make check =2E =2E =2E Building system startup profile make[7]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/l= ibrary /profile' make[6]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/l= ibrary ' make[5]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src' make[4]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3' make[3]: Leaving directory `/mn/vega/astro/loca...
2011 Nov 28
1
plotting multiple lines on single graph ggplot2
Hello everyone I have some data of the following type. 100 200 300 400 500 1.1 1.2 1.3 1.4 1.5 600 700 800 900 1000 1.5 1.7 1.9 2.0 2.4 With plot() and points functions I can plot these 4 lines of data. But I dont know how to do it with qplot or ggplot functions. The scenario is something like this: the hundreds should appear on x-axis and the fractional values of y axis. Thanks alot. MEMON
2013 Jan 26
2
confidence / prediction ellipse
Hi, I'm using the R library(car) to draw confidence/prediction ellipses in a scatterplot. >From what i understood the ellipse() function return an ellipse based parameters: shape, center, radius . If i read dataEllipse() function i can see how these parameters are calculated for a confidence ellipse. ibrary(car) a=c(...
2001 Mar 04
1
TSR supported?
Hi all, I am new to wine. Please let me know whether I can run DOS programs which uses TCP/IP stack installed as TSR. I have a couple of old programs still not converted to the new world! In use: Pathway TCP/IP stack (This company no more exists!) and Sybase's memory resident Net-Lib (for DB ibrary). This is how my old programs still running in DOS boxes access a Sybase database.
2012 Aug 04
2
ggplot2 boxplot help
Hello, I have a data set that looks like this: name G-ID test_id g-id g 1 00077464 C_068131 C_068131 OC_068131 - 2 00051728 C_044461 C_044461 OC_044461 - 3 00058738 C_050343 C_050343 OC_050343 - 4 00059239 C_050649 C_050649 OC_050649 - 5 00001761 C_000909 C_000909 OC_000909 - 6 00005119 C_002752 C_002752 OC_002752 - locs
2012 May 13
1
how to write data using xlsReadWrite
Hai I'm Dee. I'm trying to write var data from these codes inside excel file. My directory to store the data is *D:\FYP\image* . these are my codes, can you help give an advice or idea with my problem: l*ibrary("biOps") library("waveslim") library("xlsReadWrite") x <- readTiff("D:\\FYP\\image\\SignatureImage\\user186g1.tif") y <- imgBlockMedianFilter(x, 5) #Plot image #plot(y) y.modwt <- modwt.2d(y, "la8", 2) ## Level 2 decomposition par(mfrow=c...
2017 Jan 12
3
rgl
...c.fr] Sent: Thursday, January 12, 2017 3:36 AM To: Weiner, Michael <weinerm at ccf.org>; r-sig-fedora at r-project.org Subject: Re: [R-sig-Fedora] rgl >One possibility is that you have the 32-bit version of mesa-libGL-devel installed. This will provide the headers but not the 64-bit l>ibrary which is what you need (I can see this from the compiler flag -m64). > >If that is not the problem then you need to look at the configure log. >The log is normally erased, but you can preserve it by unpacking the source tarball and building from the resulting directory on the >command &...
2004 Sep 10
1
flac problems (update)
--- pritpaul@svaudio.org wrote: > Is there anything else new in CVS that would warrant an upgrade? i.e. > any > bugfixes or new features? Also, does CVS tend to be clean-compiling? > (without changing a million Makefiles :) ) so far there have only been minor fixes/improvements. the one you found is only one that affects encoding. I try to keep CVS compilable. if not, just post a
2006 May 18
2
Classification trees and written conditions
Dear All When drawing a classification tree with plot(mytree) text(mytree) the conditions are written just before the nodes branch. My question is: can one be certain that those conditions refer to the left-side branches? (The R documentation surprisingly lacks the information that I am asking for.) Thanks in advance, Paul
2003 Nov 20
0
smbclient ls error: NT_STATUS_PATH_NOT_COVERED (user permissions are okay)
...ab\* 53607 blocks of size 524288. 44261 blocks available smb: \Test Lab\> quit [bioinfo@array30 bioinfo]$ smbclient -V Version 3.0.0 [bioinfo@array30 bioinfo]$ cat /etc/redhat-release Red Hat Linux release 9 (Shrike) [bioinfo@array30 bioinfo]$ /lib/libc.so.6 | sed -ne "/[Ll]ibrary..*version/p" GNU C Library stable release version 2.3.2, by Roland McGrath et al. [bioinfo@array30 bioinfo]$ uname -r 2.4.20-6 I have limited knowledge as to the way our balkanized IT department has set this up on the server side, but it is my understanding that they are pulling together man...
2017 Jan 12
0
rgl
...2, 2017 3:36 AM > To: Weiner, Michael <weinerm at ccf.org>; r-sig-fedora at r-project.org > Subject: Re: [R-sig-Fedora] rgl > > > > > One possibility is that you have the 32-bit version of mesa-libGL-devel installed. This will provide the headers but not the 64-bit l>ibrary which is what you need (I can see this from the compiler flag -m64). > > > > If that is not the problem then you need to look at the configure log. > > The log is normally erased, but you can preserve it by unpacking the source tarball and building from the resulting directory on...
2015 Jul 21
2
[LLVMdev] llvm books
Dear All, Did anyone read these 2 books? https://www.packtpub.com/application-development/llvm-cookbook LLVM Cookbook | PACKT Books Over 80 engaging recipes that will help you build a compiler frontend, optimizer, and code generator using LLVM Read more...<https://www.packtpub.com/application-development/llvm-cookbook>
2007 Feb 20
0
Problems with obtaining t-tests of regression coefficients applying consistent standard errors after run 2SLS estimation. Clearer !!!!!
...ge systemfit. I thought that systemfit was for situations when there are more than one structural equation in the model. Anyway I probed with the two ways and I obtained similar results. Below, I show the program lines: *Program lines 1:* * * *>#### First option: applying tsls ####* *>library (sem)* *>Reg1 <-tsls (LnP~Sc+Ag+Ag2+Var+R+D,~I2+Ag+Ag2+Var+R+D) * *>summary (Reg1)* * * *>#### Second option: applying systemfit ####* *>library (systemfit)* *>RS <- LnP~Sc+Ag+Ag2+Var+R+D # structural equation* *>Inst <- ~I2+Ag+Ag2+Var+R+D # instrumental vari...
2017 Jan 11
2
rgl
...checking for X... libraries , headers checking GL/gl.h usability... yes checking GL/gl.h presence... yes checking for GL/gl.h... yes checking GL/glu.h usability... yes checking GL/glu.h presence... yes checking for GL/glu.h... yes checking for glEnd in -lGL... no configure: error: missing required library GL ERROR: configuration failed for package 'rgl' * removing '/usr/lib64/R/library/rgl' The downloaded source packages are in '/tmp/Rtmp0VF17F/downloaded_packages' Updating HTML index of packages in '.Library' Making 'packages.html' ... done Warning m...
2012 Oct 14
3
Pivot Table "like" structure
HI Team, I am currently working on problem and stumped on "for" loop. Data: structure(list(Coutry = structure(c(3L, 3L, 3L, 3L, 2L, 2L, 1L, 1L), .Label = c("J", "M", "U"), class = "factor"), State = structure(c(1L, 1L, 4L, 2L, 5L, 5L, 3L, 6L), .Label = c("A", "C", "K", "O", "S",
2013 Feb 15
3
lattice 3x3 plot: force common y-limits accross rows and align x-axes
...y-relation="same" in this case but "free" and "sliced" do not give correct results too. My code in in TRY TWO below. If anybody can offer any assistance with this problem, it would be much appreciated, Sincerely, Boris. #### BEGIN TRY ONE - MERGE LATTICE PLOTS #### library(lattice) library(latticeExtra) library(grid) for (irisk in levels(df$risk)) { # subset data frame df.irisk <- subset(df,risk==irisk) # order subjects by total count; store levels of subjectx variables # for later re-use in panel labels df.irisk$subjectx <- df.irisk$subject[,drop=T...