similar to: hi have a question about merging.

Displaying 20 results from an estimated 1100 matches similar to: "hi have a question about merging."

2010 Dec 06
1
Loading .RData from Internet
Dear All, Can you please suggest me a correct way to load the following R data frame from the internet and save it to the hard drive? The following is what I tried: > raceprofiling <- > read.table("http://rss.acs.unt.edu/Rdoc/library/twang/data/raceprofiling.RData") > save(raceprofiling, file = 'raceprofiling.RData') However, when I used dim() to check the dataset,
2007 Apr 26
1
rsync mirroring and hardlink issues
I'm running a mirror of several repositories that are fetched using separate rsync runs. Since some of those repositories are hosting related files, I'm using the hardlink utility[1] in order to save disk space. However, I've noticed an issue that may lead to potential file metadata inconsistencies when using hardlink. Consider the following scenario: - two repositories (rep_a and
2003 Oct 16
4
summary with names
Hi, how can I tell 'summary' to print the name of the summarised variable? This is probably an awkward newbie question but I didn't find an answer in the Docus, the FAQ and maillist archive. I want a summary for about 250 variables and realise it the following way (I know, that I shouldn't use iterations that way in R; but at the moment it's the easiest way for me):
2005 Feb 28
2
phpconfig
Hello, I recently downloaded phpconfig from http://asterisk.espia-net.net/horde/chora/cvs.php/phpconfig?login=2 but on installing it, my interface does not look like the one at http://rd.it.utah.edu/phpconfig/. The main differences are: 1)On opening a file for editing, on the left menu mine has ony two links i.e Header and the filename.conf as opposed to the deffrent sections on the demo site.
2013 Feb 28
1
using a personal template for new R scripts
Does anyone know if there's an easy facility to create and specify a template file to be used for new R scripts? I found myself creating this function which works well (in RStudio on Windows). newR = function(filename=tempfile(tmpdir='.',fileext='.R'), open=TRUE) { template = paste(Sys.getenv('R_USER'), 'R_template.R', sep='/') lines =
2009 May 12
1
Help needed to compile R with shared library.
Hi, I cannot compile R with shared library. I am using Redhad Linux on Dell hardware. Here''s what I am doing: I set ?PICFLAGS in config.site file: CPICFLAGS=-fPIC FPICFLAGS=-fPIC and issue: ./configure --enable-R-shlib --prefix=$HOME/newR make configure finishes with no complaints, the last informative line being: Options enabled: shared R library, shared BLAS, R
2011 Aug 12
1
sapply to bind columns, with repeat?
Hi R-help, I am working with US COOP network station data and the files are concatenated in single rows for all years, but I need to pull these apart into rows for each day. To do this, I need to extract part of each row such as station id, year, mo, and repeat this against other variables in the row (days). My problem is that there are repeated values for each day, and the files are fixed width
2009 Mar 29
1
DCT function?
Looking for the DCT function, but don't see it in the signal pkg. http://rss.acs.unt.edu/Rdoc/library/signal/html/signal.package.html http://rss.acs.unt.edu/Rdoc/library/signal/html/00Index.html As I understand it, the 'signal' functions are ports of the corresponding matlab/octave code, where the DCT exists. Did I miss it (different name?) or is someone working on a port for
2012 Oct 08
1
weighted cumulative distribution with ggplot2
Dear all, I am trying to draw a weighted cumulative distribution (as defined here http://rss.acs.unt.edu/Rdoc/library/spatstat/html/ewcdf.html) with ggplot2 however the syntax temp<-qplot(X,weight=weight,data=data,stat = "ecdf", geom = "step",colour=factor(year)) seems not to produce exactly the right figure (the values seems higher at some points)... I am wrong in the
1999 Sep 28
3
SAMBA digest 2250 - Parameter is incorrect
Matthew Vanecek wrote: >I set up a new printer on my Linux box, an Epson Stylus Color 740. I >had previously been using an EPson Stylus Color IIs. I got the printer >working nicely in Linux, but I can not print to the printers I set up in >/etc/printcap via samba from NT anymore. I.e., it worked with the IIs, >but not with the 740. I didn't change anything in smb.conf.
1999 Sep 19
3
Samba can't keep NT shares mounted
I don't know who this problem belongs to, samba or Linux, but it's a common one, judging by the responses in my INBOX to a previous post. Plus, it's a fairly serious one; many applications require smb shares to be mounted continuously and without interruption. It's been a recurring problem which seems to have been pushed off to the side as not important, even though it's a
2009 Jul 15
1
FW: Package submission to CRAN
Please Note: Email below was bounced back (rejected by the Packages email list moderator), so please do not ask me to submit to r-packages@r-project.org<mailto:r-packages@r-project.org>. Members, I recently submitted my first package to the submissions ftp site on CRAN (7.3.09). The package has remained on the server since with no action? Do package review/updates occur monthly? When I
2006 Nov 15
3
Dotmatrix Plots
Hi all, Does anyone know what happened to the dna library or the dotmatrix function? For the life of me, I can't find it anywhere with the exception of this reference: http://rss.acs.unt.edu/Rdoc/library/dna/html/dotmatrix.html Thanks! Jeff. http://www.nd.edu/~jspies/ [[alternative HTML version deleted]]
2003 Apr 23
3
Changing the size of the bounding box
Greetings all: I have to create a graph that has very specific dimensions for publication purposes. The graph is a semilog scaled graph and the axes must range from 1 to 1,000,000 on the y axis and 0 to 100 on the x axis. The x axis should be exactly 8 inches and the y axis should be exactly 5.25 inches. I've been able to set the plot area to 8 x 5.25 using the par(pin=c(8,5.25)). The
2005 Jan 11
2
MIT Kerberos and OpenSSH
Howdie, Is there a way to get the default BSD 5.3 openssh to compile against the MIT kerberos libraries? I have set NO_KERBEROS=yes in /etc/make.conf so that the heimdal kerberos is not built, and rebuilt world, then installed /usr/ports/security/krb5 and rebuilt world again. sshd is however not being built against MIT at all. [root@foobar] ~ # ldd /usr/sbin/sshd /usr/sbin/sshd:
2012 Oct 02
2
Proposal: Package update log
I'm relatively new to R and would first like to sincerely thank all those who contribute to its development. Thank you. I would humbly like to propose a rule which creates a standard (i.e., strongly encouraged, mandatory, etc.) for authors to include a `change log' documenting specific changes for each update made to their package(s). The more detailed the description, the better; and it
2004 Aug 02
1
Estimating EGARCH processes with R
Hallo, I am a student specializing statistics and econometrics in germany. I know there is a way to program EGARCH-processes (time series analyses) in R. If you are ackquainted with statistics already you know that there is nothing but a theorethical use of GARCH-Package in R. Not only because the distribution is gaussian, but also because the skewdness and leptokurthosis are not quite good
1999 Sep 17
1
Compiling with smbmount option
We have downloaded the samba 2.0.5a source from net and tried to compile with the smbmount option, which is what we need for mounting. The following wor " ----------- client/smbmount.c: In function `send_fs_socket` : client/smbmount.c:295: storage size of `conn_options` isn't known client/smbmount.c:314: `SMB_CASE_DEFAULT` Undeclared (first use this function) client/smbmount.c:325:
1999 Sep 24
1
Cannot access nt shares after a few minutes
Hi, I´ running samba 2.0.5a and Linux 2.2.5. After smbmount sucessfully mounted my four nt-shares it lost the connection after 15 or more minutes. I´ve no idea why. The log reads smb_retry: signal failed: error=-3 I can remount all shares every 5 minutes but this doesn´t seem to be a good solution. Anyone who has a fix for this?
1999 Oct 19
1
mounting a windows zip drive
Hello, I have a Zip drive on my Windows machine, shared to the network. I can get to the drive through smbclient, but would like to mount it to my main Linux box to do backups. The Zip drive is known as \\mark\d to the network, and I would like to mount it to /mnt/zip However, smbmount is not able to mount it, nor am I able to mount it via smbclient. Anyone have this already working?