Displaying 18 results from an estimated 18 matches similar to: "How long is a day?"
1998 Sep 16
2
R-beta: (0+0i)^2
The following behaviour (in R 0.62.3) is disturbing:
> (0+0i)^2
[1] NaN+NaNi
Is it deliberate??
Laimonis Kavalieris
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To:
1998 Sep 16
2
R-beta: (0+0i)^2
The following behaviour (in R 0.62.3) is disturbing:
> (0+0i)^2
[1] NaN+NaNi
Is it deliberate??
Laimonis Kavalieris
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To:
2007 Jul 25
3
aggregate.ts
Consider the following scrap of code:
> x<- ts(1:50,start=c(1,11),freq=12)
> y <- aggregate(x,nfreq=4)
> c(y)
[1] 6 15 24 33 42 51 60 69 78 87 96 105 114 123 132 141
> y
Error in rep.int("", start.pad) : invalid number of copies in rep.int()
> tsp(y)
[1] 1.833333 5.583333 4.000000
So we can aggregate into quarters, but we cannot print it using
2007 Jul 25
3
aggregate.ts
Consider the following scrap of code:
> x<- ts(1:50,start=c(1,11),freq=12)
> y <- aggregate(x,nfreq=4)
> c(y)
[1] 6 15 24 33 42 51 60 69 78 87 96 105 114 123 132 141
> y
Error in rep.int("", start.pad) : invalid number of copies in rep.int()
> tsp(y)
[1] 1.833333 5.583333 4.000000
So we can aggregate into quarters, but we cannot print it using
1998 May 07
0
Re R-beta: 0.61.3: Problems on DEC Unix 4.0
> I had some trouble compiling the new R version on my Alpha:
>
> make[2]: Entering directory `/usr2/local/R/src/graphics'
> cc -ieee_with_inexact -O -Olimit 2000 -I/usr/local/include -I../include -c
> gdevice.c
> cc -ieee_with_inexact -O -Olimit 2000 -I/usr/local/include -I../include -c
> graphics.c
> cc: Error: graphics.c, line 808: An unexpected newline
1998 Sep 13
1
new user question
Hi all,
I have installed samba on both BSDI 3.1 and Linux. I have been having
trouble compiling on linux so I got a binary form and installed it. So far
all seems to work except the password keeps getting rejected when trying to
map a drive. It is happening in both the linux version and BSDI. I am
loging into windows with the same user/pass as my unix account and am
trying to map a drive it
2003 Apr 24
2
R-1.7.0 build feedback: NetBSD 1.6 (PR#2837)
R-1.7.0 built on NetBSD 1.6, but the validation test suite failed:
Machinetype: Intel Pentium III (600 MHz); NetBSD 1.6 (GENERIC)
Remote gcc version: gcc (GCC) 3.2.2
Remote g++ version: g++ (GCC) 3.2.2
Configure environment: CC=gcc CXX=g++ LDFLAGS=-Wl,-rpath,/usr/local/lib
make[5]: Entering directory `/local/build/R-1.7.0/src/library'
>>> Building/Updating
2006 Sep 07
3
pairwise.t.test vs. t. test
Hi,
If I set the p.adjust="none", does it meant that the output p values from the pairwise.t.test will be the same as those from individual t.tests (set var.equal=T, alternative="t")?
I actually got different p values from the two tests. See below. Is it supposed to be this way?
Thanks
Johnny
> x
[1] 61.6 52.7 61.3 65.2 62.8 63.7 64.8 58.7 44.9 57.0 64.3 55.1 50.0 41.0
2006 Jun 19
2
Asterisk voicemail problem with isdn avm fritz!card
Hello everyone,
I have Asterisk SVN-trunk-r7498 installed on a server (celeron 2.4 Ghz,
256MB) with a TDM40b a TDM04b and an avm fritz!card pci.
I experience a problem with voicemail: my messages are good unless the
incoming call comes from isdn, which means via the avm fritz!card. In
this case (and in this case only) the message is disjointed and I can
hear at most 1 second out of a 1 minute
2009 Aug 14
1
More Migration Questions
Hello,
I was on here a month or two ago asking lots of questions about
migrating from uw-imapd/qpopper/mbox to dovecot/maildir. I am now at the
stage where i'm trying to convert all my emails, but i have a few
questions...
Where should i convert my mbox mailboxes into? "/home/username/Maildir/"
or "/somewhere/maildirs/"?
Does it actually matter? Is there a standard
2011 Jun 08
1
Dovecot 2.0+LMTP: Legal MAIL FROM rejected?
Hi,
I run Dovecot 2.0.13 fed by Postfix over LMTP. Today it rejected one
mail Postfix and Amavis accepted, generating a bounce. It was just a
spammail, but I think the sender address is legal according to RFC5321
and should be accepted. I don't like generating bounces, email should be
either rejected by postfix/pre-queue-amavis or delivered.
Jun 6 12:32:47 mail postfix/qmgr[840]:
2003 Jan 07
1
Trouble about snmp.html
I used Stef Coene''s snmp.pl.
#./tc.sh
#./get_snmp.pl
#./snmp.pl
#tc -s class ls dev eth0
class htb 20:1 root rate 80Mbit ceil 80Mbit burst 106440b cburst 106440b
Sent 674762 bytes 5660 pkts (dropped 0, overlimits 0)
rate 3bps
lended: 0 borrowed: 0 giants: 0
tokens: 8313 ctokens: 8313
class htb 20:10 parent 20:1 rate 40Mbit ceil 80Mbit burst 54017b cburst 106440b
Sent 670753
2002 Nov 28
0
Compiling Wine-20021125 w/ gcc-3.2.1 and freetype-2.1.3
Hi! I'm trying to build Wine-20021125 via "wineinstall" and the compile
fails with TONS of messages related to Freetype. I took a peek at the
"config.log" file and found these errors when configure was trying to
detect the freetype/ftglyph.h header:
configure:8420: checking for freetype/freetype.h
configure:8427: result: yes
configure:8340: checking freetype/ftglyph.h
2007 Aug 16
3
Urgent Help needed
Dear All:
Urgent help is needed.
I have a data set in matrix format of three columns: X, Y and index of four groups (1,2,3,4). What I need to do is the following;
1- How I can subtract the sample mean of each group indexed 1,2,3,4 from the
corresponding data values of this group and create new columns say X-sample mean
and Y-sample mean? I tried to use the "tapply" but
2008 Mar 21
0
Wine release 0.9.58
This is release 0.9.58 of Wine, a free implementation of Windows on Unix.
What's new in this release (see below for details):
- The default version is now Windows XP.
- Many Richedit improvements.
- Beginning of jscript dll support.
- Shell folders now respect XDG directory configuration.
- Many translation updates.
- Lots of bug fixes.
Because of lags created by using mirrors,
2005 Jan 08
8
Shorewall problem, perhaps with PPPoE
I have what strikes me as an odd problem with shorewall.
Let me describe my setup.
My desktop (alfred) is connected to the network
through an ADSL modem.
I am running rp-pppoe, and this works perfectly.
I have a small home network, with two LANs;
an Ethernet LAN (including a machine running Windows XP),
and a WiFi LAN, including the laptop (william) I am using now.
All the computers except for
2013 Feb 21
2
ggplot2, geomtile fill assignment
Dear R help,
I have some readings in three dimensions (x, y, z) and an amplitude for
each. I'd like to visualize the data using ggplot, using tile plots, as I
have some additional point data I would like to eventually overlay on the
tile plots.
I would like to subset the data by sections, slices if you will, in the z
dimension, and plot the data for that slice.
I can do all of this, but am
2003 Apr 20
1
log of build of 2.2.8a on Solaris9 using SUN's studio7 cc.
Hi,
Most people probably builds samba with GCC on linux.
I built it on SPARC/Solaris9 using Sun's Studio7 C-Compiler
just now and got some output that I cant use but it
migth possibly be useful for you guys to
chase a few bug with. Its just the compilerun output,
which succeded, but with quite a few warnings.
Its attached to this mail.
--