Displaying 20 results from an estimated 500 matches similar to: "Days to solstice calculation"
2013 Sep 09
1
Hmisc binconf function value interpretation during narrow confidence intervals
Hello all,
I've been using binconf (package Hmisc) at a range of alpha values and
noticed that using the 'Wilson' method when alpha is larger (i.e. narrow
CI), results in the upper value being smaller than the lower value. The
'exact' and 'asymptotic' methods give results in the realm I'd expect.
But the help file suggests:
"Following Agresti and Coull, the
2013 Sep 18
2
cov2cor exp
Ok, Thanks foe the answer, Ken:
*1L, 2L etc are integers. (That is, identical to as.integer(1) ,
as.integer(2) etc)
Using integers (instead of "numeric" type) is more efficient as here they're
used as indexes and would be converted to integer anyway.
Compare
> is(1)
... and
> is(1L)
1L:p is the sequence 1, 2, 3, ..., p (just like 1:p)
Just for curiosity, what is
2008 Sep 18
3
Installing Microsoft.NET Framework 2.0 SP1
I'm trying to install Microsoft.NET Framework 2.0 SP1 in order to play my game online, Secret of the Solstice. How can I achieve this? It keeps saying it fails...
2008 Jun 20
2
v1.1.rc13 released
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc13.tar.gz
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc13.tar.gz.sig
There's always time for one more release candidate. :) I was planning on
releasing v1.1.0 a couple of minutes before summer solstice (23:59 UTC
according to Wikipedia). Maybe it'll bring luck to the release. :)
- mbox: Fixed a crash when adding a new X-IMAPbase:
2008 Jun 20
2
v1.1.rc13 released
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc13.tar.gz
http://dovecot.org/releases/1.1/rc/dovecot-1.1.rc13.tar.gz.sig
There's always time for one more release candidate. :) I was planning on
releasing v1.1.0 a couple of minutes before summer solstice (23:59 UTC
according to Wikipedia). Maybe it'll bring luck to the release. :)
- mbox: Fixed a crash when adding a new X-IMAPbase:
2008 Sep 29
1
Simple question about extracting a subset of data
Hello all,
I have a (hopefully) simple question.
If I have a data table (named "x") such as this:
daylengthleavesflowering.datefruits
LD1.90055581.64353250.76668986
LD-0.9399410-1.2592968-0.60141837
LD1.0222946-0.9697459 -0.60141837
SD-0.2668132-0.9697459-0.47363322
SD -1.5892393-0.70540660.66469785
SD -0.5222961-0.7054066-0.10701187
How do create a new data table that contains,
2010 Dec 17
0
CodeWeavers 30% off Winter Solstice Sales on CrossOver Mac a
While the big box stores and shopping malls run black Friday sales, and in recent years many of the online retailers have began to have black Monday sales. Leave it up to the wacky folks at Codeweavers to have a 30% off Winter Solstice Sales on CrossOver Mac and Linux.
Why a Winter Solstice sale you might ask, well you see CodeWeavers has their headquarters in Minneapolis St. Paul Minnesota and
2013 Mar 28
1
make R program faster
Hi
there are some good tips in "The R Inferno"
http://www.burns-stat.com/documents/books/the-r-inferno/
or connect C++ to R with Rcpp
http://dirk.eddelbuettel.com/code/rcpp.html
or byte code compiler (library(compiler))
or library(data.table)
but do you have an idea to fasten standard R source code, with the
following Rprof output
self.time self.pct total.time
2009 Feb 18
1
using stepAIC with negative binomial regression - error message help
Dear List,
I am having problems running stepAIC with a negative binomial regression model. I am working with data on manta ray abundance, using 20 predictor variables. Predictors include variables for location (site), time (year, cos and sin of calendar day, length of day, percent lunar illumination), oceanography (sea surface temp mean and std, sea surface height mean and std), weather (cos
2012 Feb 29
3
Does anyone knows a KMeans ++ package for R?
Dear all.
I am searching for KMeans ++ for R. I cannot find it.
Do you know any package with it?
Best regards,
Rui
2011 Mar 26
1
Solstice Reborn, it works! (almost)
I installed Solstice reborn on my Linux Mint LXDE. I already have .net framework 2.0 and mono installed as well as directx 9.0.
I overwrote mscore in wine libraries also.
Now when I start the game it opens and there is an error message. I minimize it and a terminal like screen appears chronicling the loading process of SR. The game window pops up, the mouse changes to the game mouse, the
2001 Dec 31
0
Out of Connections, possibly solved FYI
Hi samba
Below the tweaks done on our sun system to (hopefully, id like to see this
running for a few weeks) not run in Out of Connections troubles.
Our Sun admin wrote:
As of 10:30pm last night Titan is running a new
release of samba 2.2.2. What's new about it?
It's 64 bit.
After reading docs.sun.com I found out that a
32 bit application cannot address more than 256
open filehandles
2006 Jun 21
0
R Reference Card and other help (especially useful for Newbies)
Hi all:
Happy summer solstice to all northern hemispherics (and winter solstice to
the southerners).
Newbies (and others!) may find useful the R Reference Card made available by
Tom Short and Rpad at http://www.rpad.org/Rpad/Rpad-refcard.pdf or through
the "Contributed" link on CRAN (where some other reference cards are also
linked). It categorizes and organizes a bunch of R's
2013 May 13
2
reduce three columns to one with the colnames
Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt.
Name: nicht verf?gbar
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130513/fe848ce7/attachment.pl>
2015 Mar 09
3
Rstudio R-devel libR.so
Dear All,
I am actually on R-devel using shell consol. When I run RStudio, it can't
find libR.so in the new /lib folder where is libRblas.so libRlapack.so.
At first step I configure R-devel to share library with ./configure
--enable-R-shlib.
when I copied libR.so from /usr/lib/R/lib/libR.so (stable version R 3.1)
to /usr/local/R-devel/lib/libR.so (R-devel version), That doesn't work.
2015 Mar 09
3
Rstudio R-devel libR.so
Dear All,
I am actually on R-devel using shell consol. When I run RStudio, it can't
find libR.so in the new /lib folder where is libRblas.so libRlapack.so.
At first step I configure R-devel to share library with ./configure
--enable-R-shlib.
when I copied libR.so from /usr/lib/R/lib/libR.so (stable version R 3.1)
to /usr/local/R-devel/lib/libR.so (R-devel version), That doesn't work.
2013 Sep 03
1
tm::stemDocument function not work
https://gist.github.com/rpietro/6430771
stemDocument function doesn't seem to be working. Tried to look up and
a few people have reported the problem, but no solution that I could
find.
would appreciate any help
2013 Feb 04
4
rJava works with 32-bit but not 64
Hello:
rJava works for me under 32-bit but under not 64-bit R; see below.
Suggestions?
Thanks,
Spencer
> library(rJava)
Error : .onLoad failed in loadNamespace() for 'rJava', details:
call: stop("No CurrentVersion entry in '", key, "'! Try re-installing
Java and make sure R and Java have matching architectures.")
2001 Dec 19
0
Lots of ERRbadfile and Expected SMBtrans2 responses with smbclient
Hi all,
I am using Amanda and smbtar for backing up Windows machines.
However, in addition to the errors I get on open files (which is to be
expected), I am getting errors on files that should be fine to access.
Here is a snippet from the Amanda log which contains smbclient errors:
? code 0 opening remote file \ebsco-1064\cueanalysisnew.zip
(\ebsco-1064\)
? Expected SMBtrans2 response, got
2009 Dec 20
0
Dec 20 Global All Free SW HW Culture meeting - BerkeleyTIP
A great December Solstice to you & yours. :)
JOIN the Global All Free SW, HW, Culture meeting via VOIP
Dec 20 Sunday, 12N-3PM (Pacific = UTC-8) = 3P-6P Eastern = 8P-11P UTC
[Jan 2009 meetings: 2nd, 17th - mark your calendar]
http://sites.google.com/site/berkeleytip/schedule
== WATCH some VIDEOS:
Mark Shuttleworth Interview - 10.04 Lucid Larynx
Learning from Code History , Andreas Zeller