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.

144 results for “from:Giuseppe”

Summer School in Geocomputation - Italy - June 2017
Giuseppe Amatulli · Apr 5, 2017 · r-sig-geo

Dear colleagues, There are still a limited number of seats available for the* International Summer School* organized by Spatial Ecology (www.spatial-ecology.net) <http://www.spatial-ecology.net/> held at the Univ. of Basilicata, in the magnificent town Matera...

INSTALL R 4.0.2
Giuseppe Sant · Dec 3, 2020 · r-sig-mac

That?s the right way to motivate me. Will let you know about the results. Last thing, because of the unkind comment can you help me solving one thing but radiant? I downloaded the packages thank opened it but in...

[Rcpp-devel] Rcpp & static variables
Giuseppe Milicia · Apr 30, 2010 · rcpp-devel

Guys, I posted this on R-help and Dirk kindly pointed out that this list is a much better place for this sort of questions... I was wondering whether anyone experimented with Rcpp and static variables. I remember reading that...

From ts to xts
Giuseppe Vittucci · Dec 6, 2010 · r-help

I have the following problem. After having created an xts importing data from a csv with: data <- read.csv(mib.csv, header = TRUE, dec = ".", sep="\t") dates <- as.POSIXct(strptime(data[,1],format="%m/%d/%Y")) mib <- xts(data[,c...

(no subject)
Giuseppe Amatulli · Jan 10, 2011 · r-sig-geo

Hi, first of all happy new year! I'm trying to do forest species distribution at European level (1 km resolution) by means of randomForest running it in a cluster computer. I'm using several predictors of different data sources...

Using Geographic Information Systems and Remote Sensing to study disease vector habitat
Giuseppe Amatulli · Apr 16, 2015 · r-help

HI, Apologies for cross-posting: This is a good opportunity for start to learn GIS and Statistical Analysis (R) with open-source software. *Workshop: **Using Geographic Information Systems and Remote Sensing to study disease vector habitat* Biotechonology Research Institute <http...

Using Geographic Information Systems and Remote Sensing to study disease vector habitat
Giuseppe Amatulli · Apr 16, 2015 · r-sig-geo

HI, Apologies for cross-posting: This is a good opportunity for start to learn GIS and Statistical Analysis (R) with open-source software. *Workshop: **Using Geographic Information Systems and Remote Sensing to study disease vector habitat* Biotechonology Research Institute <http...

GDAL y GRASS curso
Giuseppe Amatulli · Oct 20, 2024 · r-sig-geo

Dear Colleagues, For the first time Spatial Ecology is organizing a course in Spanish. *Geocomputaci?n para aplicaciones ambientales: uso de GDAL y GRASS* ( https://spatial-ecology.net/curso-geocomputacion-para-aplicaciones-ambientales-uso-de-gdal-y-grass-2024/ ) "Objetivos...

Summer School in Geocomputation - Berkeley - USA
Giuseppe Amatulli · Jun 23, 2018 · r-sig-geo

Dear colleagues, With the objective of enhancing programming skills in Geocomputation and prepare new scientists in deals with large geo-data, in August 2018 we organize a summer school at Berkeley. *International Summer School:* *Geocomputation using free and Open Source...

Sweave and accented letters
Giuseppe · Nov 14, 2011 · r-help

I often use Lyx/Sweave and I typically write in english. Today I had to write a document in Italian and, as many of you know, many italian popular words use ?, ?, ?. ?, etc. I discovered that if I type in Italian...

PerformanceAnalytics - small problem with Return.excess
Giuseppe Milicia · May 10, 2010 · r-sig-finance

Brian, I have a patched version of the function, I attach it at the end of this mail. I'm having problems with the SharpeRatio function as well. >SharpeRatio(managers[,1,drop=FALSE], FUN="StdDev") HAM1 StdDev Sharpe: (Rf=0...

Course: Geocomputation and Machine Learning for Environmental Applications -2023
Giuseppe Amatulli · Jan 19, 2023 · r-sig-geo

Dear Colleagues, In view of enhancing computation skills in the geographic domain, Spatial Ecology <http://spatial-ecology.net/> is organising a two-month training course: Geocomputation and Machine Learning for Environmental Applications <http://spatial-ecology.net/course-geocomputation-machine-learning...

Course: Geocomputation and Machine Learning for Environmental Applications -2023
Giuseppe Amatulli · Dec 5, 2022 · r-sig-geo

Dear Colleagues, In view of enhancing computation skills in the geographic domain, Spatial Ecology <http://spatial-ecology.net/> is organising a two-month training course: Geocomputation and Machine Learning for Environmental Applications <http://spatial-ecology.net/course-geocomputation-machine-learning...

Course: Geocomputation and Machine Learning for Environmental Applications.
Giuseppe Amatulli · Jan 20, 2022 · r-sig-geo

Dear Colleagues, In view of enhancing computation skills in the geographic domain, Spatial Ecology <http://spatial-ecology.net/> is organising a two-month training course: Geocomputation and Machine Learning for Environmental Applications <http://spatial-ecology.net/geocomp_ml_2022-announcement...

Random Effects for One-Way Anova
Giuseppe.Palermo@bo.infn.it · Nov 30, 2005 · r-help

I'm sorry if I wasn't clear.... There are repeated measures for each level of my factor. For instance, the dataframe could look like that: A B 12.0 1 12.3 1 15 1 12.9 2 16...

Summers schools in Geo-Data Processing
Giuseppe Amatulli · Apr 1, 2016 · r-sig-geo

Apologies for cross-posting: We are pleased to announce: *R**egistration open now for two Summer Schools* organized by www.spatial-ecology.net held at the University of Basilicata, Matera, Italy: *- Spatio-Temporal Data Analyses Using Free and Open Source...

Summer School "Geocomputation"
Giuseppe Amatulli · Jan 27, 2020 · r-sig-geo

Dear colleagues, In view of enlarging the computation skills in the geographic domain, as every year, we are running the International Summer School " *Geocomputation using free and Open Source Software*" organized by Spatial Ecology (www.spatial-ecology.net) held at...

Memory...
Giuseppe Amatulli · Mar 12, 2013 · r-sig-geo

Ciao Maurizio - Try to build up your table outside R and enter in R just with the columns/rows that you need. - If you are fitting the model use y=resp , x=prdictors rather others formulas (e.g.: y ~ ) - Every...

Help with multidimensional array
Giuseppe · Mar 28, 2011 · r-help

Dennis, Yes, Reduce works, but unfortunately it does not speed up the evaluation time (actually, it makes it a little bit slower). Thank you anyway. On Tue, Mar 29, 2011 at 2:21 AM, Dennis Murphy <djmuser at gmail.com...

[Rcpp-devel] Conflit with sys/vnode.h on Solaris (gcc 4.4.3)
Giuseppe Milicia · Apr 13, 2011 · rcpp-devel

On Tue, Apr 12, 2011 at 11:11 AM, Giuseppe Milicia <Giuseppe.Milicia at makoglobal.com> wrote: > Dirk, > > I steer away from the Solaris compiler, too many headaches there... > > I'm currently using gcc 4.4.3 > > I tried rearranging...

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