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”

line length in legend
Giovanni Petris · Dec 10, 2008 · r-help

Hello, Is it possible to set the length of the lines appearing in a legend? For example, with > plot(window(EuStockMarkets, end = 1992), plot.type = "s", lty = c("13", "6413", "431313", "B4")) > legend(1991.7, 2200, legend = colnames(EuStockMarkets), lty...

[Rcpp-devel] Slices of 3d arrays as matrices
Giovanni Petris · Oct 23, 2012 · rcpp-devel

Hello, I have a 3d array and I want to compute the eigendecomposition of each slice [,, k]. I am trying to make Rcpp see the relevant slice of the 3d array as a matrix. My experiments, along the lines illustrated...

R list
Giovanni Petris · Oct 29, 2004 · r-help

What about names() ? Giovanni > Date: Fri, 29 Oct 2004 11:21:35 -0300 > From: Leonardo L Miceli <lmiceli at telos.org.br> > Sender: r-help-bounces at stat.math.ethz.ch > Cc: > Precedence: list > > Hi > > Is there any function to...

Shared libraries for use with R
Giovanni Petris · Jan 18, 2002 · r-help

Thanks to Professor Brian Ripley I was able to fix the problem. The lessons are: 1) Don't use quotes in Makevars 2) If you want to use "sunperf" (Solaris) in a shared library, you need the flag -xlic_lib...

Ajdustment of data symbols
Giovanni Petris · Dec 1, 2016 · r-help

Hello, Is there a way to specify a non-default adjustment for data symbols, similar to what "adj" does for text? For example, the following lines of code produce a red triangle on the bottom border of the plot: plot...

paste
Giovanni Petris · Sep 25, 2001 · r-help

Just a quick question: I tried > paste(sort(x),collapse="\; ") [1] "1; 1; 3; 4; 4; 7; 12; 19; 23" > paste(sort(x),collapse="\\; ") [1] "1\\; 1\\; 3\\; 4\\; 4\\; 7\\; 12\\; 19\\; 23" How can I get the following...

Installing on Windows packages build on Unix
Giovanni Petris · Jun 25, 2004 · r-help

Hello, I wanted to share with a colleague a few R functions that I wrote. To this purpose, I created a small package on my machine (Unix) and emailed it to her. Now she is having troubles installing the package...

ARS
Giovanni Petris · Apr 12, 2006 · r-help

In package HI there is a function to perform arms (adaptive rejection Metropolis sampling). Giovanni > Date: Wed, 12 Apr 2006 15:49:18 -0500 > From: Antonio_Paredes at aphis.usda.gov > Sender: r-help-bounces at stat.math.ethz.ch...

Sun Performance Library
Giovanni Petris · Jun 22, 2001 · r-help

Hi all, Speaking of BLAS and enhanced BLAS libraries, does anybody know how link R to the Sun Performance Library (that includes BLAS, LAPACK etc.)? I tried once unsuccesfully, and I want to give it another try when upgrading to...

How to make a deep copy of a list?
Giovanni Petris · Nov 12, 2022 · r-help

Hello everybody, Does anybody know how to obtain a deep copy of a list? The context is the following. I am passing a list to a function which, in turn, passes it to compiled C code via .Call. The problem...

Generating unordered, with replacement, samples
Giovanni Petris · Sep 17, 2014 · r-help

Hello, I am trying to interface in my teaching some elementary probability with Monte Carlo ideas. In sampling from a finite population, the number of distinct samples of size 'k' from a population of size 'n' , when individuals are selected...

package dlm: dlmForecast()
Giovanni Petris · Oct 10, 2011 · r-help

I haven't tried this, but I am pretty confident that using dlmFilter() with fictitious future values of the observations set to NA should do the job. Hope this helps, Giovanni Petris On Sat, 2011-10-08 at 13:21...

Normal cdf modified function
Giovanni Petris · Feb 18, 2009 · r-help

> Let Y be a normal multivariate function. For example, let Y have 4 > dimensions. I want to calculate > > P(Y1 < Z1, Y2 < Z2, Y3 > Z3, Y4 > Z4). > > There are R functions to do the calculation if all the inequalities > are...

StructTS standard errors
Giovanni Petris · Dec 21, 2009 · r-help

Sorry for asking again, but I did not receive any answers - I know it's a busy time... ;-) Shell I conclude that it is not possible to obtain standard errors from StructTS() or its output? Thanks, Giovanni Petris ----- Original Message...

libreadline problem
Giovanni Petris · Aug 18, 2010 · r-sig-debian

Hello, Recently updated Ubuntu to 10.04, I have installed the r-base and r-base-dev packages from CRAN with sudo apt-get install r-base But now when I want to start R I get the following error...

Locate first index
Giovanni Petris · Sep 19, 2003 · r-help

((1:length(corretor))[corretor==27])[1] should also work, and avoids computing table. Giovanni Petris > Date: Fri, 19 Sep 2003 15:15:50 -0300 (BRT) > From: Cezar Augusto de Freitas Anselmo <cafa at ime.unicamp.br> > Sender: r-help-bounces...

SVD of a variance matrix
Giovanni Petris · Apr 15, 2008 · r-help

Hello! I suppose this is more a matrix theory question than a question on R, but I will give it a try... I am using La.svd to compute the singular value decomposition (SVD) of a variance matrix, i.e...

GARCH simulations
Giovanni Petris · Oct 3, 2007 · r-help

It shouldn't be hard, using the definition of GARCH(1,1). Giovanni > Date: Tue, 02 Oct 2007 17:14:27 -0400 (EDT) > From: twickra at CLEMSON.EDU > Sender: r-help-bounces at r-project.org > Importance: Normal > Precedence: list...

Installation problem
Giovanni Petris · Aug 13, 2010 · r-help

I am trying to install R-2.11.1 from sources on Ubuntu 10.04. I am getting the following error when I run ./configure: configure:6683: checking how to run the C preprocessor configure:6753: result: gcc -E configure...

stop further sourcing of an R file
Giovanni Petris · Nov 13, 2003 · r-help

q() > Date: Thu, 13 Nov 2003 13:52:16 -0700 (MST) > From: "U.Ramakrishna" <ramakrsn at CS.ColoState.EDU> > Sender: r-help-bounces at stat.math.ethz.ch > Precedence: list > > Hello, > Thanks to people who responded to previous mail! > > Is...

Can't find what you're looking for? Try searching with Google .