similar to: R-beta: Uncompress problem- Thanks

Displaying 20 results from an estimated 20000 matches similar to: "R-beta: Uncompress problem- Thanks"

1997 Oct 07
1
R-beta: Need Help Uncompressing Source
Hi all, Simple enough question, what kind of file is it? John van V. aka johnvv at hotmail.com ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info",
1997 Dec 03
1
R-beta: Compile Prblm, dont have/need X11
Hi All, I removed all the X stuff and here is my latest error in the make Thanx(1000K) John van V. johnvv at hotmail.com -ltermcap -lm -L/lib/pa1.1 -ldld collect2: ld returned 1 exit status /usr/bin/ld: Unsatisfied symbols: PostScriptOpenPolygon (code) PostScriptFileHeader (code) PostScriptLineTo (code) PostScriptSetColor (code) getwd (code) PostScriptOpenCircle (code)
2007 Dec 25
3
Where can I find compress and uncompress?
Dear All Utilities compress and uncompress seem to have disapeared when I migrate from CentOS 4 to CentOS 5. Anyone knows where we can find them? Thanks <html> <body> <font face = "arial" size = "1" color = "#000080">Aviso:<br>"O emitente desta mensagem &eacute; respons&aacute;vel por seu conte&uacute;do e
2008 Nov 09
1
choice of an HMM package
We are trying to build a human respiration model. Preliminary analysis of some breathing signals has shown that humans breathe through switching among a finite number of patterns. Hidden Markov seems to be the right approach. Since most of our code is written in R scripting language, finding an R package implementing an HMM that we can use for our prototype would be very helpful. I have been
1998 Jan 26
1
R-beta: "smooth sbezier" blew up too much data, need code
Hello All, I am in need of sample code to create gnuplot's sbezier output in numerical form. Below are some details of what I have done. I just fed 2000 lines of data to the above gplot script and it seg faulted, when I cut the data down it down it worked fine. The results are very good for the purpose, which is to give a guestimation as to what fills the spaces between the exceptions.
1998 Jul 22
0
R-beta: NaN & Inf: Thanks for your quick help
Thanks to Ted and Guido for your quick help, I think I know what happened. ernesto ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or
2010 Sep 14
2
How to uncompress a gz file in R
Dear Fellows, I would like to know how to uncompress a gz file at the R console. I could not find out any help from the R-help archive. Thanks for your great help. Best Regards, Wonsang You ----- -- Wonsang You Special Lab Non-Invasive Brain Imaging Leibniz Institute for Neurobiology http://www.ifn-magdeburg.de -- View this message in context:
2008 Sep 19
0
Re lative Novice ? "Can I get some explanation of the docs for fitdistr(MASS)?"
In the docs I see: Usage fitdistr(x, densfun, start, ...) Arguments x A numeric vector. densfun Either a character string or a function returning a density evaluated at its first argument. Distributions "beta", "cauchy", "chi-squared", "exponential", "f", "gamma", "geometric", "log-normal", "lognormal",
2006 Feb 07
2
pxelinux don't uncompress kernel and initrd
Hallo, for last Friday, i have a strangely probleme with one of oure clients. I can power on , the bootprom make the connection to the dhcpserver, the client load the pxelinux , it load the kernel and the initrd.img, say ready and this was it. It dont uncompress the initrd and the kernel . I can wait a long ime and the only that I can do is ctrl-alt-del. It give no error code. I have more
2003 Aug 07
1
cdr_mysql uncompress
Hey, Have i done something wrong or is there something wrong with latest CVS and cdr_mysql, cause after checking out latest CVS today, I got warning: [cdr_mysql.so]WARNING[1074424544]: File loader.c, Line 226 (ast_load_resource): /usr/lib/asterisk/modules/cdr_mysql.so: undefined symbol: uncompress WARNING[1074424544]: File loader.c, Line 345 (load_modules): Loading module cdr_mysql.so failed!
2005 Feb 02
0
[Bug 2296] New: Idea: transparently uncompress .gz and .bz2 files before synchronizing.
https://bugzilla.samba.org/show_bug.cgi?id=2296 Summary: Idea: transparently uncompress .gz and .bz2 files before synchronizing. Product: rsync Version: 2.6.3 Platform: All OS/Version: Linux Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo:
2010 Apr 22
2
install or uncompress package build in one platform in another platform
Hi, Is an R package built under Unix (package.tar.gz) could be installed on other platforms like windows or Mac? The compressed tar file (.tar.gz) built under Unix doesn't seem to be uncompressed under windows (unzip under windows instead of gunzip). How to proceed? Look forward to your reply, Carol
2007 Jul 24
3
mocha tarballs don''t uncompress cleanly
Hi Antonio, My environment is OS X 10.4.8. Thanks a lot for looking into the problem. Please let me know if I can do anything to help. I have had problems previously with tar including Mac resource fork files. Could this be what is causing your problem? James. On 24 Jul 2007, at 20:42, Antonio Terceiro wrote: > Hi James, > > First of all, thanks for mocha, it''s a really
2014 Jan 07
2
[LLVMdev] Generating PIC object files from the LLVM API
I'm trying to add static code generation capabilities to my MCJIT compiler on LLVM 3.4. To that extent I have: targetMachine = engineBuilder.selectTarget(); // ... targetMachine->addPassesToEmitFile(<...>); At first glance this appears to work, but when linking the object file I get the warning: ld: warning: PIE disabled. Absolute addressing (perhaps
1998 Sep 22
1
R-beta: port of bicreg package to R?
R version: 0.62.1 (June 15, 1998) I just very naively attempted to grab the 'bicreg' package for Bayesian model selection from the StatLib library, and get it running under R. I've hit a brick wall very quickly, and as an R novice I'm not sure where to go next. Here's what happened: > bicreg(as.matrix(hiv[,c(-17,-18)]),as.matrix(hiv[,18])) Error: invalid formula >
2016 Feb 17
0
[PATCH supermin v2 1/4] init: Uncompress modules before adding them to the mini initrd.
When building the mini initrd, previously we copied the modules into the initrd as-is, so for example if the module was xz-compressed, we copied the foo.ko.xz file to the initrd. This requires that the mini init binary is linked to zlib & lzma, so that it knows how to uncompress these modules when insmoding them at boot time. Also since the init is statically linked, it required _static_
2013 Mar 27
4
zlib vs lzo uncompress speed, ssd vs nossd
I just setup a new SSD with my laptop root filesystem, and at the time I though, "eh, I''ll just use zlib compression during the first copy, and then switch to lzo afterwards to maintain write speed when I''m using the laptop after the copy and reboot". Now, I rebooted with the new ssd and zlib compressed rootfs, and it seemed to boot slower than it did before with the
2004 May 19
0
R Optimization 101 for R Newcomers: An extended example
To new R-Programmers: This long-winded note gives an example of optimizing in R that should only be of interest to newcomers to the language. Others should ignore. My hope is that it might help illuminate some basic notions of code improvement, looping, and vectorization in R. However, I welcome comments from anyone that enlarge, correct, or improve it. I remain a novice R programmer. For the
2002 Jan 22
3
Help with Beta Distribution
First let me confess that I am a R-novice. I am trying to fit a beta distribution for a dataset using fitdistr(MASS). I am having difficulties with it because the function tends to fit a distribution with a range of 0 to 1 (I guess). However, my dataset is not! Anytips or tricks will be very much appreciated. Many Thanks. T. S. Ramanarayanan, Ph.D. Aventis CropScience Research Triangle Park,
2006 Feb 04
0
Re: xapian python bindings
I'm cc:-ing my reply to xapian-devel, since others may have an opinion. In particular, James has probably done most work on the python bindings. On Fri, Jan 27, 2006 at 03:56:23PM -0800, Jason Toffaletti wrote: > I'm curious if boost::python has been considered for creating more > pythonic bindings to Xapian. I've used it to wrap several C++ libraries > and found the