similar to: AR1 in gls function

Displaying 20 results from an estimated 300 matches similar to: "AR1 in gls function"

2004 Sep 14
3
memory allocation error message
Dear all I use the library(netCDF) to read in NCEP data. The file I want to read has size 113 Mb. When i try to read it I get the following message: Error: cannot allocate vector of size 221080 Kb In addition: Warning message: Reached total allocation of 255Mb: see help(memory.size) I get a similar message when I try to read a file with 256 Mb in a PC with 2 GigaByte RAM. Is there something
2006 Jun 26
1
About filled.contour function
Dear R-projects users I would like like to ask if there is any way to produce a multipanel plot with the filled.contour function. In the help information of filled contour it is said that this function is restricted to a full page display. With kind regards Prodromos Zanis -- **************************************************** Dr. Prodromos Zanis Centre for Atmospheric Physics and
2003 Aug 01
1
gls function
Dear all I use the gls function but in contrast to the lm function in which when I type summary(lm(...))$coef I receive all the coefficients (estimate, Std. Error, t-value and pvalue), with gls when I type summary(gls(...))$coef I only receive the estimate of the reg. coefficient without std. error and t- and p-values. Dou you have any suggestion how to solve my problem? With kind regards
2002 Jul 24
1
Backing up both AIX and NT using Samba
Hi Everyone, My name is Joe and I need some help from the Samba community. I have a need to be able to backup both Windows NT and AIX files using one IBM 3590 tape drive attached to a 7017-s80 running AIX 4.3.3. The files that I need to back up on the NT side are on a box that cannot be NFS mounted. It is essentially a "dumb box" with minimal configuration abilities. I am able to back
2008 Mar 17
1
how to plot a map on a non-rectilinear grid
Hi everyone I have a matrix (let's say that it contains the values of elevation) and want to plot its values on a map using a function such as image.plot or filled.contour. The problem is that my grid is not rectilinear, it is bended. Here is an example lon<-matrix(0,20,25) lat<-matrix(0,20,25) elev<-matrix(0,20,25) for (i in 1:20) { for (j in 1:25) {
2011 Sep 21
3
Reading data in lisp format
Hi, I am trying to read the "credit.lisp" file of the Japanese credit database in UCI repository, but it is in lisp format which I do not know how to read. I have not found how to do that in the foreign library http://archive.ics.uci.edu/ml/datasets/Japanese+Credit+Screening <http://archive.ics.uci.edu/ml/datasets/Japanese+Credit+Screening> Could anyone help me? Best
2008 Apr 09
4
apply lm() for all the columns of a matrix
Hi all, My question is not really urgent. I can write a loop and solve the problem. But I know that I'll be in a similar situation many more times so it would be useful to find out the answer Is there a fast way to perform linear fit to all the columns of a matrix? (or in the one dimension of a multi-dimensional array.) I'm talking about many single linear fits, not about a multiple fit.
2006 May 15
1
what's wrong with my "gls"? it does not allocate memory... even for the simplest AR1 model...
> myfit1 <- gls(col1 ~ col2+col3+col4+col5+col6-1, data=data2, corr=corAR1( 0.3202), method='ML') Error: cannot allocate vector of size 199712 Kb if I get rid of the "corr=corAR1(0.3202)" option, it works okay... can anybody help me? thanks a lot! [[alternative HTML version deleted]]
2002 Jul 25
0
Réf. : Backing up both AIX and NT using Samba
Hi Joe, What you can do is to tell the tape drive to not rewind after the first backup. You have to select the dedicated device for that. If my memory serves me, the device which does not rewind at backup end is /dev/rmt{x}.4 or something like that. So, the batch could be like this: tar cvf /dev/rmt{x}.4 myfiles_from_AIX smbclient ... -Tcga /dev/rmt{x} #after the NT backup,
2000 Jul 05
3
SAMBA eats up all memory...
Hello, I am running SAMBA 2.0.7.0 on AIX 4.3.3.0 I have a 1 Tera Byte filesystem on AIX made available to NT and MAC. There is heavy IO activity on this filesystem and all of a sudden the NT's and MAC's can't read or write any file on this shared filesystem. Also AIX is running out of memory whenever this happens and files cannot be copied onto the said filesystem even at unix
2011 Mar 29
1
lme:correlationstructure AR1 and random factor
Dear helpers, I tried these models to run in the package nlme, but allways got the same error message... I have a correlation in 5 sessions within a field (n=12) with ten traps in one field. res2a <- lme(response~x+y+z+treatment),correlation = corARMA(form = ~ session|trapfield, p = 1, q = 0), random=~1|field, na.action=na.omit, data=plates, method="ML") res2a <-
2011 Mar 12
0
Repeated measures in nlme vs SAS Proc Mixed with AR1 correlation structure
Hi all, I don't know if anyone has any thoughts on this. I have been trying to move from SAS Proc Mixed to R nlme and have an unusual result. I have several subjects measured at four timepoints. I want to model the within-subject correlation using an autoregressive structure. I've attached the R and SAS code I'm using along with the results from SAS. With R lme I get an estimate of
2002 Oct 10
4
Generating AR1 data
Hi, Is there an easy way to generate data with temporal autocorrelation? I want to generate data with something like rnorm where I can specify the mean, variance and time lag. Does such a thing exist? Yours, AB -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info",
2007 Jul 16
1
question about ar1 time series
Hello everybody, I recently wrote a "program" that to generate AR1 time series, here the code: #By Jomopo. Junio-2007, Leioa, Vizcaya #This program to create the AR1 syntetic series (one by one) #Where the mean is zero, but the variance of the serie AR1 and #the coef. of AR1 are be changed. If var serie AR1 = 1 then is standarized! #Final version for AR1 time series program #Mon Jul
2010 Apr 06
8
XCP, Xen Cloud Control System 0.1 released
Greetings all: I''m officially releasing the first beta of my Xen Cloud Control System package! This is a web server based control and operations system for Xen Cloud Platform that will work with any device with a browser (I run my cloud from my BlackBerry :) ). The package can be downloaded from http://www.swiftwatertel.com/PACKAGES/xcc-0.1-040610.tar.gz . This is an early beta
1998 Feb 04
0
An old ld-linux.so hole
Section I. Overview Hello, About a half year ago there was some rumour on bugtraq concerning a buffer overflow in Linux dynamic linkers, ld.so and ld-linux.so. You can take a look at the beginning of the thread at http://www.geek-girl.com/bugtraq/1997_3/0089.html to refresh old memories; I''ll capitalize anyway. Briefly, there exists a buffer overrun in ld-linux.so versions 1.7.14,
2004 Aug 26
1
Hey admin: Do we have to have a 92-char reply-to header?
I don't know who else may be suffering from this, but the ultra-long Reply-to: header seems to break my mail reader. I have been suffering the zanies for the last week or so--mainly showing up as the scrollbar disappearing off the right side of my mail window. Tonight I figured out that it's due to the browser reacting to fit the length of the header. The fix was to stretch my mail
2000 Jan 05
0
stock idea dvdt
2012 Jul 24
2
Fwd: official dev team position regarding multiple times requested feature (global sieve)
forwarding to the proper list address since your reply came with a Reply-To header ---------- Forwarded message ---------- From: mailing list subscriber <mailinglists35 at gmail.com> Date: Tue, Jul 24, 2012 at 10:24 AM Subject: Re: official dev team position regarding multiple times requested feature (global sieve) To: awilliam at opengroupware.us On Mon, Jul 23, 2012 at 11:47 PM, Adam
2007 Oct 29
1
Asterisk: No Longer Answering Calls
Hi Friends! I need help! I'm still Asterisk rookie, so please forgive me. My Asterisk is no longer answering incoming call on the phone line. I call the phone and it rings but asterisk is not picking it up. The phone line is attached to port 4 (FXO) on my digium TDM411P card. I am running Asterisk 1.4.11 with zaptel-1.4.5.1 and libpri-1.4.1 on Fedora Core 5, Linux Kernel