Displaying 20 results from an estimated 200 matches similar to: "Times series adjustment"
2012 Jul 02
3
carpet plots
Hi all,
I wonder why there is so little software for carpet plots (german:
Rasterdiagramm) (Three dimensional plot (x, y, z), the 3rd dimension
(z) symbolized by colourgradients). Besides from one or the other non
free software I only found an OpenOffice macro, a combination of
Gnuplot and Excel (an Excel macro calling gnuplot)
(http://www.johannes-hopf.de/2009/12/carpet-plot-version-1-3/9 and
2012 Jun 13
1
How to calculate the statistcs for extracted region?
I have a binary file(a) with size of (360 720 )for the globe.I wrote the code
given below to read and extract an area (south america)from that file. when
I use summary for the whole file I got:
summary(a, na.rm=FALSE)
Min. 1st Qu. Median Mean 3rd Qu. Max. NA's
0.00 1.00 3.00 4.15 7.00 20.00 200083 .
But when I used summary for the region(b) which I extracted, I got
2008 Nov 15
1
GAMs and GAMMS with correlated acoustic data
Greetings
This is a long email.
I'm struggling with a data set comprising 2,278 hydroacoustic estimates of
fish biomass density made along line transects in two lakes (lakes
Michigan and Huron, three years in each lake). The data represent
lakewide surveys in each year and each data point represents the estimate
for a horizontal interval 1 km in length.
I'm interested in comparing
2005 Sep 13
3
Collineariy Diagnostics
Hi, and thanks for your help
in order to do collinearity analysis I downloaded the perturb package. I run
a lm (regression) and on that the ??calldiag?? commad to get condition numbers
but i get the following message: the variable XY with modus ??numeric?? was
not found (it does the same with all predictors despite all variables are
numeric and exists).
Can anyone tell me how can I go arround
2013 Dec 04
2
AYUDA CON ERROR CON LA LIBRERIA PCA
Cordial saludo adjunto la base de datos y el script:
eu60<- read.csv(file.choose(), header=T, sep=";", dec=".", row.names=1)
eu60.pca <- PCA(eu60, quali.sup=19)
eu60.data <- cbind.data.frame(eu60[,19], eu60.pca$ind$coord)
eu60.ellipse <- coord.ellipse(eu60.data, bary=TRUE)
plot.PCA(ellipse=eu60.ellipse, cex=0.8)
El 4 de diciembre de 2013 17:35, Camilo Calle
2013 Mar 25
2
Ordering a matrix by row value in R2.15
fitz_ra wrote
> I know this is posted a lot, I've been through about 40 messages reading
> how to do this so let me apologize in advance because I can't get this
> operation to work unlike the many examples shown.
>
> I have a 2 row matrix
>> temp
> [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8]
> [,9] [,10]
> [1,] 17.000
2013 Dec 04
2
AYUDA CON ERROR CON LA LIBRERIA PCA
Hola, ¿qué tal?
Tu problema es que tienes agrupaciones de países (p.e., ASIA_MERIDIOL)
con un solo respresentante. Las matrices con las que construyes las
elipses son degeneradas (más bien, no existen: sospecho que tienen que
ver con la covarianza... ¿de un único caso?).
Elimina las agrupaciones triviales.
Un saludo,
Carlos J. Gil Bellosta
http://www.datanalytics.com
El día 4 de diciembre de
2023 Jul 25
2
Seeking Assistance: Plotting Sea Current Vectors in R
Dear Rcommunity,
I hope this email finds you well. I am writing to seek your assistance with
a data visualization problem I am facing while working with R.
Problem Description:
I have a dataframe named "df" containing the following columns:
"longitude", "latitude", "sea_currents_mag", and "sea_currents_direction".
The dataframe includes sea
2013 Dec 04
2
AYUDA CON ERROR CON LA LIBRERIA PCA
Cordial saludo, soy principiante en R y estoy haciendo un análisis
multivariado de datos, y necesito hacer las elipses de confianza donde la
variable 19 es cualitativa suplementaria y el resto son variables activas;
tengo el siguiente código:
eu60 <- read.csv(file.choose(), header=T, sep=";", dec=",", row.names=1)
### capturar datos
eu60.pca <- PCA(eu60, quali.sup=19) ##
2012 Oct 10
3
Generating random geographical coordinates
Dear all,
I have two coordinates vectors, say X and Y of length n.
I want to generate for each couple of coordinates X1,Y1 X2,Y2
X3,Y3....Xn,Yn a random coordinate which is located in a square define
as X +/- dx and Y +/- dy.
I saw the runif function which can generate for just one value at a time
what I want : runif(1, X - dx, X + dx) for X and runif(1, Y - dy, Y +
dy) for Y.
I would like
2012 Oct 04
4
Class for time series
Dear all,
I have a time serie dataset such as the following with data acquired
every 15 minutes:
Date Heure Profondeur Temp?rature Salinit? Turbidit? Chloration
1 2012-07-06 08:47:22 -0.144 22.469 0.011 0.000 0
2 2012-07-06 09:02:21 -0.147 22.476 0.011 0.000 0
3 2012-07-06 09:17:21 -0.139 22.498 0.011 19.323 0
4 2012-07-06
2003 Feb 14
3
Change array size
Hi,
I would like to know if there is a way to change a vector of arbitrary size
to make it fits the nearest upper size multiple of a power of 2.
--
Cordialy
----------------------------------------
Emmanuel POIZOT
Cnam/Intechmer
Digue de Collignon
50110 Tourlaville
T?l : (33)(0)2 33 88 73 42
Fax : (33)(0)2 33 88 73 39
-----------------------------------------
2008 Oct 16
2
Triggering a call from bash
Hi.
Does anyone knows how to trigger a phone call from a bash command?
Thx!
--
Rodolfo Alcazar
Responsable red y datos
Deutsche Gesellschaft f?r
Technische Zusammenarbeit (GTZ) GmbH
Programa de Apoyo a la Gesti?n P?blica Descentralizada y
Lucha Contra La Pobreza - PADEP
Av. S?nchez Lima 2226
La Paz, Bolivia
Tel: +591 22417628 (121)
Fax: +591 22417628 (126)
Web: www.padep.org.bo
Email:
2002 May 14
2
Raster management data
Hi,
I'm a newbie in R world.
I would like to develop an application that extract contour from objects of
an image.
- Is R able to manage raster data (i.e., images) ?
- Is there a specific package in change of such management ?
I'm specificaly interest in the Canny filter.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Emmanuel POIZOT
CNAM/INTECHMER
B.P. 324
50103 Cherbourg Cedex
T?l : 33 (0)2 33
2001 Dec 20
2
Modifying a function
Hello,
I'd writen a function in R composed of multiples lines.
How can I do to modify or delete on of the line of my function ?
--
Sincerely
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ Emmanuel POIZOT
~ CNAM/INTECHMER
~ B.P. 324
~ 50103 CHERBOURG CEDEX
~ T?l : (33) 233 887 342
~ Fax : (33) 233 887 339
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2013 Jun 05
2
combining two different matrizes
Hello together,
this is ma first post, so please aplogize me if post this in the wrong
section.
I have problem concerning ma two matrizes.
After a regressione and so on, I got two matrizes
Matrixres contains the results of ma calculation.
Matrixr contains my detiene, which where Aldo used for the regression.
Please ser the following code:
#Datei einlesen
residual =
2004 Sep 24
2
R from outside program
Hi all,
I'm writing a program in C++ in witch there should be some graphical outputs.
To do so, I would like to use R with the command :
R --no-save < cmdfile.R , where I put the R graphic commands in the
cmdfile.R file.
I call R from my C++ code but as R seems to run in batch mode, there are no
graphical outputs!
How can I do to get the graphics outputs ?
--
Sincerely
2001 Dec 13
2
Problem to interpret wilcox.test
I've got two set of data :
22.45 21.56 20.48 19.59 21.52 = A
and
22.15 21.98 20.42 20.58 19.61 = B
I perform a wilcox.test on this two set
wilcox.test(A, B) and I'd this answer:
Wilcoxon rank sum test
data: A and B
W = 12, p-value = 1
alternative hypothesis: true mu is not equal to 0
Should I interpret that there is no difference between the two sets ?
--
Cordialement
2008 Apr 17
4
more than one ldap database.
If I have two databases in my ldap, ex: dc=dominio1,dc=it is the first
database and dc=dominio2,dc=it is the second one.
Can I put these two search bases in dovecot-ldap.conf?
2012 May 14
2
How to interpret an ANOVA result?
Hello all,
here's a real-world example: I'm measuring a quantity (d) at five
sites (site1 thru site5) on a silicon wafer. There is a clear
site-dependence of the measured value. To find out if this is a
measurement artifact I measured the wafer four times: twice in the
normal position (posN), and twice rotated by 180 degrees (posR). My
data looks like this (full, self-contained code at