Displaying 20 results from an estimated 700 matches similar to: "time series and R"
2002 Aug 06
2
help with lagged scatterplot
Hi,
How do I can make a lagged scatterplot of two variables:
Yt (nao) versus Xt-h (mei)
if they have the following structure:
>series
mei nao
Jan 1950 -1.036 0.55
Feb 1950 -1.133 3.31
Mar 1950 -1.259 0.81
Apr 1950 -1.027 1.60
May 1950 -1.399 -1.73
Jun 1950 -1.366 1.26
Jul 1950 -1.300 -0.87
.
.
.
I've tried with lag.plot but I don't understanf how to use it
Thanks in
2003 Jan 02
2
nonparametrics databank for analisys
I'm looking for data to use with nonparametrics exploration technics.
I'm a undergraduate student in statistics at the Unicamp (Brazil), and
i've to make a project (with orientation of a professor). I choose
nonparametrics statistics to make the project. But in this project i must
have to use a databank and present analisys.
So, if somebody give me indications where i can find
2001 May 11
1
output from STL
Hi All,
How do I can create a new vector, i.e. 'seasonal' or 'trend' from the
resultant seasonal or trend component of the Time.Series object produced by
STL, and how I could superpose in the same graphic, i.e. original data and
trend or seasonality?
Thanks in advance!
Antonio
Antonio Rodr?guez Verdugo
CICEM Agua del Pino
Huelva
Oceanography and Coastal Resources,
PhD Program,
2001 Apr 06
2
NA's values and ts
Hi,
I have a data frame with 13 time series (same length). Two of them have
several NA's values, so when I've tried to run:
>acf(flow, na.action=na.omit)
I get
>Error in na.omit.ts(as.ts(x)) : time series contains internal NAs
I've read through help files of acf, na.action, na.omit, and I don't
understand how to manage NA's values.
If I list the variable (eg: rain,
2002 Nov 05
2
eigenvectors order
Hi,
How the eigenvectors output by the eigen() function are ordered. The
first column corresponds to the largest eigenvalue? or is the last
column as in Octave?
I'm performing a spatial-temporal analysis of some climatic variables
so my matrices are MxN (locations*time)and I'm looking for the leading
EOF's. As I have understand the eigenvectors columns represent those
EOF's
2002 Apr 23
2
Install
Dear Sirs,
I am an economist, and I have learned about R from an statician.
I would like to get some instructions on which packages of R should I
install. I am intending to use R for graphical analysis, correlaction, and
also estimation - this latter the least, since I have an econometric
package which performes it very well. I should also mention that I am going
to work mostly with
2002 Apr 23
2
Asking about how to use R to draw Time Series graph
Hi
I'm study at University of Canterbury. Now, We have one project use R
to do time series. The problem is I don't know how to use R to draw time
series graph! Can you help me sovle this problem? I can not find in
manuals book! Can you tearch me what fuction command I have to use?
Thanks alway!
Sam
2002 Mar 17
1
translate octave code to R
Hello,
I'd like to translate de code below, write in octave, to R. I'm learning to
operate R a few time ago, and an example of translation will be useful for
me.
This code is my lectures in an undergraduate course of statistical
computing.
echo off;
k=0;
while (k<>1)
n = input('a prime: ');
D = 2;
r = n - D * floor((n/D));
while((D <= sqrt(n) & (r <>
2004 Aug 06
3
[Fwd: Icecast2 and ices]
I got this offlist from someone on the list. This is abuse and should
be punished. This didn't anwser my post and was directed to me off-list
without invitation. All it was was a promotion.
-----Forwarded Message-----
From: Dave St John <groups@mediacast1.com>
To: drew@drewb.com
Subject: Icecast2 and ices
Date: 22 Aug 2003 19:22:17 -0600
Hello Drew,
saw your post on the xiph list
2002 Apr 19
2
Problem with installation on Mandrake 8.1
Hi,
I have dowloaded the rpm file for Mandrake 8.1 and when I try to
install it a message asking for 'libblas.so.3' prompts out. I've search
through www.rpmfind.net and freshmeat.net for the file, but I couldn't
find it.
System:
Mandrake linux 8.1
AMD Duron
Thanks in advance
Antonio Rodr?guez
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
2012 May 27
5
Help Brugs
Hola;
estoy intentando utilizar el paquete BRugs
y cuando entra el comando:
library(BRugs)
me da el siguiente error:
Error: .onLoad failed in loadNamespace () for ''Brugs''
Alguien puede ayudarme?
Saludos
-
Jose Ramón Alameda Bailén
Área de Psicología Básica
Universidad de Huelva
[[alternative HTML version deleted]]
2004 Aug 06
5
capturing pid from command line
On Mon, 2003-11-03 at 21:53, Dave St John wrote:
> Anyone know of or how to capture the pid via the command line in bash?
pidof ???
$ pidof httpd
827 825 824 788
--
Drew
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request@xiph.org'
containing only
2004 Aug 06
3
[Fwd: Icecast2 and ices]
On Mon, 2003-08-25 at 14:10, Dave St John wrote:
> Sorry for trying to help.
You tried to sell me a solution, not assist me in working out my own. I
don't think that's what this list was intended for. I and most others
would shy away from a list where this type of abuse is tolerated. As it
is, the traffic is eerily quiet. Next thing you'd know, only you would
be left.
>
2004 Aug 06
2
[Fwd: Icecast2 and ices]
On Mon, 2003-08-25 at 17:04, W. Kevin Pedigo wrote:
> But if your problem is serving more bandwidth than you've got, you gotta
> serve less (narrower or fewer streams) or get more bandwidth. It's that
> simple. Tell us what you want to do about it, and we'll try to help.
OK. I've gotten everything running with one problem. I'd like to
downsample a live stream.
2001 Mar 21
3
memory allocation error
Hi,
I have recently installed R-1.2.2 for windows (16MB RAM, P-166) and I
getting the following message after processing my data (6 variables and
1200 observations):
>Error: cannot allocate vector of size 4 Kb
>In addition: Warning message:
>Reached total allocation of 15Mb: see help(memory.size)
Then, the program close.
With the last version, 1.1.1 (I think) I didn't have this
2001 Apr 07
0
more about ts and NA's
Hi,
I've seen that handle missing values makes difficult to manage data series
within R. I've look at Shumway's program (ASTSA) and Brockwell & Davis
pogram (ITSM), it seems that both handle NA's values without problem, or
maybe, I'm getting an spurious results?
My problem is with two variables: rain and river flow: the first has 7 NA
values (is to say, seven months, non
2003 Jun 10
1
estimating a density by selecting the bandwidth
I?ve a data set and i want fit a kernel density estimate to the data.
but using the k-nearest neighbour method.
How i do this with R.
thanks
--
bertola at fastmail.fm
--
2003 Jun 25
1
robust regression
Is there a command in R that make the same regression like l1fit in
S-plus?
--
bertola at fastmail.fm
--
2003 Aug 30
1
3D plot of a bivariate normal distribution
Hi,
I've used the Mathematica to produce 3D graphics, contour plots of a
bivariate normal distribution
Now I want make these graphics in R, but i do not know how.
I would like to:
- Plot a 3D graph for some different variance matrix
- Plot the contour plots
- Find and try to plot (in the 3d graph ou contour plot) the (1-a)%
confidence region based in a chi-square(a) with the degrees of
2001 Feb 23
1
statistical help
Hi All,
Briefly, I belong to a fisheries research group. At this time I'm working
on my PhD and I'm looking for some statistical help. My mathematical and
statistical skills are still scarce, I've gathered many different types of
data (landings, climate and upwelling indexes, rains, etc) and I wonder
about what kind of statistical procedure use with them. I'm a little
confused