Skip to content

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.

240 results for “from:Giovanni Petris”

Two math expressions in plot
Giovanni Petris · Oct 9, 2008 · r-help

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...

Synchronizing R libraries on N machines?
Giovanni Petris · Aug 25, 2011 · r-help

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...

deleting collumns with colSums==0
Giovanni Petris · Apr 26, 2007 · r-help

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...

kalman filter
Giovanni Petris · Nov 14, 2010 · r-help

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...

HELP
Giovanni Petris · May 23, 2001 · r-help

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...

from a normal bivariate distribution to the marginal one
Giovanni Petris · Jan 23, 2008 · r-help

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...

how to count number of elements in a vector that are not NA ?
Giovanni Petris · Jul 7, 2009 · r-help

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...

simulation from pareto distn
Giovanni Petris · Nov 10, 2010 · r-help

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...

Matrix manipulation
Giovanni Petris · Feb 13, 2007 · r-help

> 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...

restarting split.screen
Giovanni Petris · Oct 29, 2003 · r-help

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...

title problem with postscript()
Giovanni Petris · Feb 21, 2001 · r-help

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...

kalman filter random walk
Giovanni Petris · Dec 5, 2007 · r-help

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...

Forecasting observations in ARFIMA
Giovanni Petris · May 1, 2008 · r-help

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...

Function arguments and copying objects
Giovanni Petris · May 10, 2005 · r-help

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...

Markov chain Monte Carlo
Giovanni Petris · Oct 7, 2009 · r-sig-teaching

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...

read.table() question
Giovanni Petris · Mar 9, 2004 · r-help

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...

Bayesian States Space Modeling
Giovanni Petris · Jan 29, 2007 · r-help

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...

R packages
Giovanni Petris · Jan 30, 2007 · r-help

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...

How to refer to the last a few rows?
Giovanni Petris · Sep 14, 2009 · r-help

> 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...

Kalman Filter
Giovanni Petris · May 26, 2010 · r-help

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 .