Displaying 20 results from an estimated 200 matches similar to: "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
2005 Apr 15
1
AR1 in gls function
Dear R-project users
I would like to calculate a linear trend versus time taking into account a
first order autoregressive process of a single time series (e.g. data$S80
in the following example) using th gls function.
gls(S80 ~ tt,data=data,corAR1(value, form, fixed))
My question is what number to set in the position of value within corAR1?
Should it be the acf at lag 1?
I look forward for
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.
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) {
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
2012 Apr 12
2
vacation plugins for squirrelmail
Hi,
I am afraid I have a question to ask of you all. I have just completed setting up a mail server running on Ubuntu Server 10.04. It has postfix, dovecot 1.2.19, LDAP and squirrelmail as the webmail. I have also created virtual users accounts on the system through LDAP. I can send and receive mails which is great. Now, what I am trying to do is to set up a vacation auto-reply on the
2001 Dec 12
2
ultima online and wine/winex
has anyone successfully installed and played ultima online with wine?
i've installed it with some older versions of wine, but i've never gotten
it to run. now i can't even get it to install... with wine (codeweavers)
or with winex (transgaming).
in the support section on the transgaming site, several people state that
they got it to install and run, but you have to be a transgaming
2010 Jun 01
5
Sieve GUI
> Is there ? GUI for sieve.
>
> I don't have installed Squrielmail, but won't like to manage the
> Rules per ssh
2005 Jul 26
3
Billing works but i do no get full calling cost...!
Hi to everybody,
i tried to find an asnwer before posting this, but most astcc billing issues i searched refer to the case when no billing occurs at all.
In my case i get only initial charges and any subsequent minute does not count for billing.
In my iax.conf i entered the "notransfer = yes" but nothing changed.
My test card and test calls are the following
TEST-CARD en N/A
2009 Nov 17
10
Web-Interface for Dovecot-Sieve?
Hello,
is there anywhere a web-interface for managing sieve-filters with dovecot?
Regards
Daniel
--
Daniel Spannbauer Software Entwicklung
marco Systemanalyse und Entwicklung GmbH Tel +49 8333 9233-27 Fax -11
Rechbergstr. 4 - 6, D 87727 Babenhausen Mobil +49 171 4033220
http://www.marco.de/ Email ds at marco.de
Gesch?ftsf?hrer Martin Reuter
2006 Jan 04
4
Discrepency between confidence intervals from t.test and computed manually -- why?
I am sure there is something simple here I am missing, so please bear
with me.
It concerns the computation of the confidence interval for a population
mean.
The data are 125 measurements of Cs137 radation, a sample data set from
Davis "Statistics and Data Analysis in Geology" 3rd ed. (CROATRAD.TXT)
------------------
method 1: using textbook definitions: mean \pm se_mean * t-value
mu
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
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
2006 Oct 03
1
HP Toolbox kills Samba
Hi,
I've encountered the following problem at a client. The problem results
in one or more of the smbd processing continuously grabbing more and more
memory until the system runs out of memory or just becomes unusable due to a
low memory condition. This error is extremely serious as the entire server
is eventually brought down by one error.
After debugging this error at the
2008 Aug 25
11
pid-provider sees ld.so.1 only
I''m trying to do some userspace tracing on a server-process with the pid provider.
My problem is, that the only probes the pid-provider lists for the server-process (to which I attach dtrace with "-p nnnn") are coming from "ld.so.1".
There''s not a single one from my modules.
If I''m specifying "a.out" (or any of our shared-objects) as the
2007 Aug 08
13
[PATCH 0/7] Modify lguest32 to make room for lguest64
Hi all,
I've been working on lguest64 and in order to do this, I had to move
a lot of the i386 specific out of the way. Well, the lguest64 port
is still not ready to display, but before Rusty makes too many changes
I would like this in upstream so I don't have to keep repeating my
changes :-)
So this patch series moves lguest32 out of the way for other archs.
-- Steve
2007 Aug 08
13
[PATCH 0/7] Modify lguest32 to make room for lguest64
Hi all,
I've been working on lguest64 and in order to do this, I had to move
a lot of the i386 specific out of the way. Well, the lguest64 port
is still not ready to display, but before Rusty makes too many changes
I would like this in upstream so I don't have to keep repeating my
changes :-)
So this patch series moves lguest32 out of the way for other archs.
-- Steve
2007 Aug 08
7
[PATCH 0/5 -v2] Modify lguest32 to make room for lguest64 (version 2)
[
Changes since last version.
- Move lg.h to include/asm instead (suggested by Rusty Russel)
- All steps of the series compiles (suggested by Stephen Rothwell)
- Better ifdef header naming (suggested by Stephen Rothwell)
- Added Andi Kleen to CC (forgot to on V1)
]
Hi all,
I've been working on lguest64 and in order to do this, I had to move
a lot of the i386 specific out of the