Displaying 20 results from an estimated 200 matches similar to: "Gaps on merging xts objects"
2012 Jun 07
1
factor coercion with read.csv or read.table
How do I fix this error ? I tried coercion to a vector but that didn't work.
msci <-read.csv("..MSCIexUS.csv", header=TRUE)
head(msci)
Date index
1 Dec 31, 1969 100
2 Jan 30, 1970 97.655
3 Feb 27, 1970 96.154
4 Mar 31, 1970 95.857
5 Apr 30, 1970 85.564
6 May 29, 1970 79.005
> str(msci)
'data.frame': 510 obs. of 2 variables:
$ Date : Factor w/ 510
2000 Mar 15
3
scp problem
On the box moni, I have
rpm -q openssh
openssh-1.2.1pre25-1us
on the box karadi, I have
rpm -q openssh
openssh-1.2.3pre2-2
On moni, I do/get:
scp "wierdlm at karadi:11Lecture/lecture.tex" .
wierdlm at karadi.msci.memphis.edu's password:
bash: scp: command not found
What can be wrong? Do I have to specify the remote path to scp? (It
is in $PATH for wierdlm at
2000 Jan 14
1
forum to discuss problems
Please tell me where I can ask questions on ssh's use.
I installed openssh on two Linux boxes, one is RedHat 6.0 the other is
RedHat 6.1. I used the rpms at
ftp://thermo.stat.ncsu.edu/pub/openssh-usa/
I used the us versions, and I touched no config files whatsoever.
>From one machine, I have no problems connecting to the other machine,
but does not work the other way around.
Here are
2000 Mar 16
2
default-path
I now specified
--with-default-path=/space/local/bin
but when I log in to the system, I get
ssh wierdlm at karadi
wierdlm at karadi.msci.memphis.edu's password:
Warning: Remote host denied X11 forwarding.
Last login: Thu Mar 16 12:28:52 2000 from wierdlmpc.msci.m
Sun Microsystems Inc. SunOS 5.6 Generic August 1997
bash: stty: command not found
bash: stty: command not found
bash:
2015 Dec 02
2
RStudio Server v0.99.489 Ubuntu version 12.04
Hi R-SIG-DEBIAN
We are trying to setup the R Shiny Server using Ubuntu using these<https://www.rstudio.com/products/rstudio/download-server/> instructions. Unfortunately when we try to set up the repository to install r-studio into Ubuntu from the terminal the url that we are using does not appear to be right. Here I where we are placing the url /etc/apt/sources.list a and this is the
2006 Nov 09
4
Plotting symbols with two positions?
Thanks a lot to Demitris for a prompt answer some minutes ago on another
tread (see below). To avoid excess mails on the list, I move onto next
question:
I have another small plotting problem that confuses me. I want to plot
results from a field trial series, using the numbers of the trials as
symbols in the plot.
pch = as.character(trial_no)
works fine, but truncates the trial number to the
2015 Dec 07
1
RStudio Server v0.99.489 Ubuntu version 12.04
Thanks for your help Dirk.. I have not been able to find the .deb file anywhere. Do you happened to have the link for the deb file??
I appreciate your help.
Roberto
-----Original Message-----
From: Dirk Eddelbuettel [mailto:edd at debian.org]
Sent: Wednesday, December 02, 2015 5:33 PM
To: Romo, Roberto
Cc: r-sig-debian at r-project.org; Ramirez, Federico
Subject: Re: [R-sig-Debian] RStudio
2013 Apr 15
2
regression with paired left-censored data
HI
I am trying to analyse data which is left-censored (i.e. has values below the detection limit). I have been using the NADA package of R to derive summary statistics and do some regression. I am now trying to carry out regression on paired data where both my X and Y have left-censored data within them.
I have tried various commands in R:
rega = cenreg(Cen(conc, cens_ind) ~ Gp_ident))?
with
2005 Nov 03
1
Problems with abline adding regression line to a graph
Hello all,
R2.1.1, W2k
I try to make a plot of a simple regression model in this way:
> with(njfA_bcd, {
+ plot(TC_OS.G31,Prot,cex = 2, col = "red", xlab= "TC/OS at GS32",
+ ylab="Grain crude protein (CP)")
+ })
This part works well and produces the datapoints as red circles.
When I try to add a line, using a fitted linear model in a way
that works perfect
2005 Jan 14
1
Fine tuning scatterplot() (car package)
Hello all!
System: R2.0.1, W2k.
All packages apdated with update.packages().
I use the default graphic device for my system (no active choice).
I?m trying to fine-tune scatterplot() graphs (package car), for
publication.
I want to control plotting symbols and colours to match plots from
other, less flexible, systems. I also need to make all text and
symbols bigger, to enable printing of the
2005 Jan 28
3
Conflicts using Rcmdr, nlme and lme4
Hello all!
R2.0.1, W2k. All packages updated.
I?m heavily dependant on using mixed models. Up til?now I have used
lme() from nlme as I have been told to. Together with estimable() from
gmodels it works smooth. I also often run Rcmdr, mostly for quick
graphics.
After using Rcmdr, on reopening the R workspace all help libraries for
Rcmdr (22 !) loads, among them nlme, but not Rcmdr itself. Why?
2000 Jan 14
1
minor prob with spec file
The openssl rpm needs to be installed on the system *before* the
openssh-server rpm is installed. This is because the openssh-server's
post script does the host key generation.
As it is now, the command
rpm -U openss*
intended to install openssh* and openssl* will report that the host
key generation failed. Fix: change
PreReq: openssh chkconfig >= 0.9
to
PreReq: openssh chkconfig
2000 Mar 06
2
spec file
I have looked into the spec file for the openssh rpm.
In the %preun stanza, I noticed that the currently running sshd is
stopped only when removing the package. On the other hand, it is
theoretically possible that a new version of openssh may install files
which would make the old sshd misbehave.
So I think, it is better to stop sshd every time the package is
upgraded.
Also, the %post stanza
2004 Feb 23
0
Is there a /ddfm=satterth for R?
Hello all!
When you are working with a little more complicated models in
SAS PROC MIXED, you often use the /ddfm=satterth call to make sure
the df decomposition is done the best way possible.
Running the same models in lme, without any special calls, results
in warning messages about the df handling.
Is anybody out there working with something like the /ddfm=satterth?
It would be handy, or
2004 Feb 13
1
Problems loading dataset in Rcmdr
Hello all!
I?ve been using Rcmdr for some time, as a quick way of producing
graphics and basic statistics. I run R1.8.1, OS W2000.
Two days ago the dataset loader stopped working. Normally, the button
<No active dataset> is clickable to give you the opportunity to choose
dataset to load in the Rcmdr context. Clicking on the button now
produces this:
Rcmdr Version 0.9-3
Error in parse(file,
2004 Dec 15
1
MIME decoding in Mozilla Thunderbird
Hello all!
I recently switched mail program to Mozilla Thunderbird, running on W2k.
Everything works fine, except the MIME-digests from this list. The
decoding doesn??t work properly.
I had contact with Martin Maechler some time ago, and he suggested a try
on this list for ideas on how to do the decoding in Windows, even if
it??s not a proper R-question.
Outlook do the proper job on the MIME,
2005 May 25
1
No ~ in JGR
R2.1.0
JGR 1.2
W2k
Hello all!
I??ve just installed JGR on my both R-equipped computers and am very
pleased with the look and functionality.
Except in one, very important, way.
I can??t figure out how to get the ~ sign from the keyboard to the
console. Copying it from old code works fine. Using the traditional GUI
works as usual.
I have a Swedish keyboard layout, where ~ shares key with ??
2005 Nov 09
1
using abline and a fitted 2nd degree formula
Hello all,
R2.1.1, Wk2
I am doing some two-step plotting, first using plot() to illustrate the
datapoints and then using abline() to place a trend line from a fitted
model into the plot.
Everything works well as long as the formula of the fitted model i of the
type:
m1 <- lm(Dependent ~ Independent)
then abline(m1) puts the proper straight line into the plot.
But if I use:
m2 <-
2006 Feb 16
1
Failure when updating package nlme
Hello all,
R2.2.1, W2k
I posted a similar question last week after having problem with a group
update (using update.packages()), without getting any answer.
Now I have updated all packages separately, and found that the problem
comes from nlme:
Everything comes home, the md5 checksums are ok, but then the old version
can??t be removed from my computer, leaving a "nlme" library with
2006 May 11
2
R more Unix-like?
Is there a way to stream data into R so that it can be used in a
command pipe?
Most Unix commands read data via standard input and read the script
from the command line. For example:
$ seq 1 10 | sed -e 's/^/foo /'
$ seq 1 10 | awk '{print "foo " $1}'
$ seq 1 10 | perl -lane 'print "foo $F[0]"'
In contrast, R seems to read the script