Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
Hello! I am trying to put two math expressions in the title of a plot. As you can see below, I can place correctly one expression at a time, but not both. Ideally I would like to have them separated...
Hello! I am using R on two different machines (under Ubuntu and OS X, but this is probably irrelevant) and I would like to keep the two installations 'synchronized', in particular in terms of installed packages. For example, if I...
A <- A[, colSums(A) != 0] (untested) > Date: Thu, 26 Apr 2007 05:19:21 -0700 (PDT) > From: Milton Cezar Ribeiro <milton_ruser at yahoo.com.br> > Sender: r-help-bounces at stat.math.ethz.ch > Precedence: list > > Dear all, > > I...
Hi, There are a few packages that I would suggest to run Kalman filter. Take a look at dlm and KFAS. If you need more help you should be more precise in formulating your problem, providing a small example, as...
See the function get.hist.quote in package tseries. Giovanni > Date: Wed, 23 May 2001 14:14:45 +0100 > From: cjb <cjb at di.fct.unl.pt> > > URGENT!!!!!!!!!!! > I am a MBA student and in my work I need to...
Somebody has already replied in probably more constructive terms. However, I would like to add a comment. > Now, I would like to find the marginal distribution of y from the > bivariate distribution. The distribution of y is a theoretical property...
sum(!is.na(x)) > Date: Tue, 07 Jul 2009 14:56:54 -0400 > From: Godmar Back <godmar at gmail.com> > Sender: r-help-bounces at r-project.org > Precedence: list > DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed...
For a Pareto distribution, even a truncated one, the inverse CDF method should be straightforward to implement. Giovanni Petris On Tue, 2010-11-09 at 10:50 -0600, cassie jones wrote: > Dear all, > > I am trying to simulate from truncated...
> Hi, let's say I have this > > A = matrix(c(1, 2, 4), nrow=1) > colnames(A)=c("YOO1", "YOO2", "YOO3") Why do you need A to be a matrix and not simply a vector? > > # ie > # YOO1 YOO2 YOO3 > #[1...
Is there a way of `restarting' split.screen? This is what I am getting: > close.screen() [1] 10 11 12 13 > close.screen(all=TRUE) Error in par(args) : parameter "i" in "mfg" is out of range > graphics.off() > x11...
My problem is that with the following commands I get the title of the plot printed within the plotting region. (everything works fine with x11()). Any suggestions? Thanks in advance, Giovanni > postscript(file="Neyman-Scott.ps") > plot(cardiff$poly, asp...
You may want to look at package dlm. Giovanni > Date: Wed, 05 Dec 2007 12:05:00 -0600 > From: Alexander Moreno <alexander.f.moreno at gmail.com> > Sender: r-help-bounces at r-project.org > Precedence: list > > Hi, > > I'm...
Do you really need the 'F' in ARFIMA(2,1,0)? > Date: Wed, 30 Apr 2008 20:45:44 -0700 (PDT) > From: Jill Elizabeth <jillstat at yahoo.com> > Sender: r-help-bounces at r-project.org > Precedence: list > DomainKey-Signature...
I have a function that, via .Call, modifies its argument, so I first create a backup copy of the object I want to pass, make a copy of it, and pass the copy to the function. However, my function also...
Hello all, In a recent issue of the Bulletin of the American Mathematical Society, Persi Diaconis opens a review/discussion paper on MCMC with a nice application to cryptography and message decoding. The article is available online at http://www...
see ?try HTH, Giovanni > Date: Tue, 09 Mar 2004 10:49:52 -0800 (PST) > From: Susan Lin <susan_lin99 at yahoo.com> > Sender: r-help-bounces at stat.math.ethz.ch > Precedence: list > > Hi, > > In the following code, I got...
If you are interested in linear Gaussian State Space models, then package dlm may be of interest. Giovanni > Date: Mon, 29 Jan 2007 20:50:49 +0530 > From: Shubha Vishwanath Karanth <shubhak at ambaresearch.com> > Sender: r-help-bounces at...
Have you tried a search of CRAN? Seaching r-help archives may result in useful information as well. As formulated, the questions are difficult to answer. There are packages that use MCMC, Gibbs Sampling, Metropolis Hastings for specific classes of...
> Date: Mon, 14 Sep 2009 10:32:09 -0500 > From: Peng Yu <pengyu.ut at gmail.com> > > Hi, > > x=matrix(1:60,nr=6) > > I can refer the last 2 rows by > x[5:6,] > > If I don't know...
To find out what tools are available in R, you can check out the Time Series task view on CRAN: http://cran.r-project.org/web/views/TimeSeries.html My personal preference is for package dlm, but here I am...
Can't find what you're looking for? Try searching with Google .