Displaying 20 results from an estimated 700 matches similar to: "memory allocation error"
2001 May 11
1
output from STL
Hi All,
How do I can create a new vector, i.e. 'seasonal' or 'trend' from the
resultant seasonal or trend component of the Time.Series object produced by
STL, and how I could superpose in the same graphic, i.e. original data and
trend or seasonality?
Thanks in advance!
Antonio
Antonio Rodr?guez Verdugo
CICEM Agua del Pino
Huelva
Oceanography and Coastal Resources,
PhD Program,
2002 Aug 06
2
help with lagged scatterplot
Hi,
How do I can make a lagged scatterplot of two variables:
Yt (nao) versus Xt-h (mei)
if they have the following structure:
>series
mei nao
Jan 1950 -1.036 0.55
Feb 1950 -1.133 3.31
Mar 1950 -1.259 0.81
Apr 1950 -1.027 1.60
May 1950 -1.399 -1.73
Jun 1950 -1.366 1.26
Jul 1950 -1.300 -0.87
.
.
.
I've tried with lag.plot but I don't understanf how to use it
Thanks in
2001 Apr 06
2
NA's values and ts
Hi,
I have a data frame with 13 time series (same length). Two of them have
several NA's values, so when I've tried to run:
>acf(flow, na.action=na.omit)
I get
>Error in na.omit.ts(as.ts(x)) : time series contains internal NAs
I've read through help files of acf, na.action, na.omit, and I don't
understand how to manage NA's values.
If I list the variable (eg: rain,
2001 Sep 25
2
extracting columns from a ts series
Hi All,
I have a time series called 'upwelling', like this:
>upwell
Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov
1984 494.7 303.7 220.8 288.4 188.1 125.5 215.7
1985 56.0 127.4 165.8 189.4 261.6 223.7 186.3 150.2 107.8 120.3 91.1
from 1984 until 2000. How do I could extract, i.e, Jan or Dec columns from
the data? Or how do I
2002 Aug 09
2
time series and R
Hi,
Are there some texts about time series that teatches it with R?
And site 'bout time series "for dummies" , can anyone indicate them for me?
thanks a lot
Rafael Bertola
Undergraduate in Statistics at UNICAMP - Brasil
--------------------------------------------------
--------------------------------------------------
2001 Oct 24
1
help with library(tcltk)
Hi,
I've recently installed R on a Linux Mandrake 8.0 i586 machine. I will like
to run the tcltk interface but I get the following message:
> library(tcltk)
Error in firstlib(which.lib.loc, package) :
invalid command name "tcl_findLibrary"
Error in library(tcltk) : .First.lib failed
>
I think I have properly installed the tcl8.3 and tk8.3 libraries in
2001 Jun 08
2
How to reference R in a scientific document ?
Hi
I'm writing my MSC and I've used R to do the data analysis. Now I want
to make a reference to the program but I don't know how !
I thought of something like:
Anonymous. 2001. R - Data Analysis Environment. Version 1.2.3.
www.r-project.org
Can someone help me with this ?
Thanks
EJ
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing
2001 Dec 17
2
help with library(tcltk)
Hi All,
I have tried several times to run this library and I get the following
message:
> library(tcltk)
Error in firstlib(which.lib.loc, package) :
invalid command name "tcl_findLibrary"
Error in library(tcltk) :
.First.lib failed
>
I have checked either the tcl and tk libraries and they are correctly
installed (/usr/lib/). I have other program (Grass) that make
2001 Feb 23
1
statistical help
Hi All,
Briefly, I belong to a fisheries research group. At this time I'm working
on my PhD and I'm looking for some statistical help. My mathematical and
statistical skills are still scarce, I've gathered many different types of
data (landings, climate and upwelling indexes, rains, etc) and I wonder
about what kind of statistical procedure use with them. I'm a little
confused
2009 Apr 17
1
Re: Program from a network share
I've got the same problem.
I'm trying to run handitax (an Accounting program) which is on a samba share on the network. If I copy that directory to my local machine that works, but if I try and run it off the samba share I get these errors:
err:module:import_dll Library BORLNDMM.DLL (which is needed by L"D:\\hsoft\\Apps\\Ht08.exe") not found
err:module:import_dll Library
2016 Jul 28
2
Eliminar filas al principio y final de un .csv en R
Muchas gracias Carlos,
la lógica es perfecta pero no se como identificar con código las lineas en
blanco entre el bloque 2 y el bloque 3. Para de esta forma quedarme solo
con el bloque 2.
Tienes alguna idea?
Muchas gracias.
Joan
2016-07-28 17:00 GMT+02:00 Carlos Ortega <cof en qualityexcellence.es>:
> Hola,
>
> Se me ocurre esta solución en pseudo-código...:
>
>
>
2016 Jul 28
2
Eliminar filas al principio y final de un .csv en R
Hola a todos,
tengo 170 .csv donde tengo que eliminar las primeras 20 lineas (primer
bloque) y luego todo un último bloque de datos (tercer bloque) que está
separado por dos filas sin datos del segundo bloque (que es el que me
interesa). El tercer bloque empieza en cada .csv en una linea diferente por
lo tanto no se si puedo automatizar en R quedarme tan solo con la
información a partir de la
2012 May 27
5
Help Brugs
Hola;
estoy intentando utilizar el paquete BRugs
y cuando entra el comando:
library(BRugs)
me da el siguiente error:
Error: .onLoad failed in loadNamespace () for ''Brugs''
Alguien puede ayudarme?
Saludos
-
Jose Ramón Alameda Bailén
Área de Psicología Básica
Universidad de Huelva
[[alternative HTML version deleted]]
2019 Mar 12
2
Reordenar una matriz con caracteres en cada celda
Hola,
tengo una matriz de especies donde cada celda tiene datos con caracteres
(son parentesis). Cómo la puedo reordenar considerando tanto filas como
columnas?
Ejemplo:
,Specie 1, Specie2, Specie3
Specie1, NA, 3(1-4), 8(6-9)
Specie2, 5(2-6),NA, 5(4-6)
Specie3, 2(1-3), 10(5-15), NA
Quiero:
,Specie 2, Specie3, Specie1
Specie2, NA, 5(4-6) , 5(2-6)
Specie3, 10(5-15) ,NA,
2015 Nov 23
2
Model averaging en R
Hola a todos,
He realizado un dredge (para obtener todos los modelos GAM posibles a parir
de un full model), luego he seleccionado un confidence set (los modelos que
no se diferencian en 2 en AIC) y he hecho un model averaging con ese
confidence set. Ahora me gustaría aplicar ese modelo "average" ajustado
sobre otro set de datos pero no se como especificar en R que use el mismo
modelo
2001 Jan 14
2
Help
Dear sir,
I am using R in windows. I want to extend R Memory
size.
I use the following command, but unfortunately it
doesn't work.
-- vsize=15M --nsize=1000K
Your help is appreciated.
Thanks,
Esmail Amiri.
__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/
2001 Mar 01
3
How do you expand memory capability (Was: R crashes in Windows ME)
Hello-
Since my data bank in SPSS has > 40 variables, I think that R crashes because of the memory limit.
In Maindonald?s UsingR text, on pg 3, there?s a footnote that reads:
"If you want larger memory space than the default you may want a target akin to
<path to binary>\rw091\bin\rgui.exe --visize 30M --nsize 1000K
[The default is --vsize 6M --nsize 250K
2006 Feb 15
2
samba setup in win2k A.D.
Please help, I'm having this problem at my job and it really needs to get
solved.
I'm trying to setup samba 3.0 to be a member fileserver in my Windows 2000
active directory domain.
I followed the instruction on this website:
http://www.linux-sxs.org/networking/nt4dom_samba.html#win_sysreq
net RPC join -W <domain> -U <domain user> works
wbinfo -t works
wbinfo -G works
2000 Mar 17
2
Windows Memory
I'm sure this question is answered in the help file, but likely I'm not reading it corrected.
Running windows version 1.00.0, loading a table (35K rows by 10 columns) from Excel using the read.table command I receive the following message.
Error: cons memory (350000 cells) exhausted
See "help(Memory)" on how to increase the number of cons cells.
>From reading the
2000 Aug 25
3
unexpected R crash - again
Sorry, but I lost this thread, so I sending this as a new message.
This is really a follow-up to a post from a couple days ago saying that
fisher.test from the ctest library crashed on the following data set:
> T
[,1] [,2]
[1,] 2 1
[2,] 2 1
[3,] 4 0
[4,] 8 0
[5,] 6 0
[6,] 0 0
[7,] 1 0
[8,] 1 1
[9,] 7 1
[10,] 8 2
[11,]