Displaying 20 results from an estimated 1100 matches similar to: "New home for S Poetry"
2006 Nov 07
1
S-poetry as book
Hi,
Is there a printed version of S-poetry which can purchased or would I have
to print out and bind it myself?
Regards,
Benjamin
--
Benjamin Otto
Universitaetsklinikum Eppendorf Hamburg
Institut fuer Klinische Chemie
Martinistrasse 52
20246 Hamburg
[[alternative HTML version deleted]]
2009 Jan 06
1
C dll compilation + S Poetry example
Dear all;
Working with the following code extracted from the document S Poetry
by Patrick Burns (from CRAN), I haven't been able to load the
resulting dll into R. The code is basically the calculation of the
quadratic form x'Qx:
static double quad_form(double *Q, double *x, long n)
{
long i, j, ij;
double ans = 0.0;
for(i=0; i < n; i++) {
for(j=0, ij = i * n; j < n; j++,
1998 Nov 14
2
S-Poetry in R
Kjetil Halvorsen mentioned a book call "S-Poetry in R". I checked with
amazon.com and Barnes and Noble but they don't have it listed. Can somebody
please give me the complete reference and where it can be obtained.
Suggestion: Might it be possible to put a list of the most important and
new literature about R, S, and S+ which has a direct bearing on R in the
Documentation section
2002 Jul 01
1
How to do multiple comparisons with multiple error strata
Hello,
the title says it all. I have an ANOVA model with
"Error" term and the functions TukeyHSD or those
from the "multcomp" package seem not to work with
such a model. Assuming that the object returned from
aov() function with multiple strata is a list of aov objects,
I tried something like TukeyHSD(aov.1$Within), but this
does not work either.
Does somebody have a
2019 Jun 27
1
[RFC] ASM Goto With Output Constraints
+ CBL mailing list
On Thu, Jun 27, 2019 at 11:08 AM Bill Wendling <isanbard at gmail.com> wrote:
> [Adding the correct cfe-dev mailing list address.]
>
> On Thu, Jun 27, 2019 at 11:06 AM Bill Wendling <isanbard at gmail.com> wrote:
>
>> Now that ASM goto support has landed, Nick Desaulniers and I wrote up a
>> document describing how to expand clang's
2019 Jun 27
3
[cfe-dev] [RFC] ASM Goto With Output Constraints
What about SelectionDAG representation? Currently we expand callbr to
INLINEASM_BR and BR. Both of which are terminators. But in order to support
outputs we would need to put CopyFromReg nodes between them.
~Craig
On Thu, Jun 27, 2019 at 12:18 PM Nick Desaulniers via cfe-dev <
cfe-dev at lists.llvm.org> wrote:
> + CBL mailing list
>
>
> On Thu, Jun 27, 2019 at 11:08 AM Bill
2019 Jun 27
2
[cfe-dev] [RFC] ASM Goto With Output Constraints
I think this is fine, except that it stops at the point where things
actually start to get interesting and tricky.
How will you actually handle the flow of values from the callbr into the
error blocks? A callbr can specify requirements on where its outputs live.
So, what if two callbr, in different branches of code, specify _different_
constraints for the same output, and list the same block as a
2019 Jun 27
5
[RFC] ASM Goto With Output Constraints
[Adding the correct cfe-dev mailing list address.]
On Thu, Jun 27, 2019 at 11:06 AM Bill Wendling <isanbard at gmail.com> wrote:
> Now that ASM goto support has landed, Nick Desaulniers and I wrote up a
> document describing how to expand clang's implementation of ASM goto to
> support output constraints. The work *should* be straight-forward, but as
> always will need to
2006 May 17
0
variable colnames
Hy all,
I apologize i've used rownames instead of colnames in my first exemple. (that's why i changed the mail object) I was on mars when i wrote my question...
Every answer where correct ... but, because i've made a wrong question, people wern't able to understand...
So finally i'm speaking about colnames :
Let's be more precise:
I've got a query that gives me for
2008 Mar 23
0
MultiMarkdown 2.0.b5 Released
I have released version 2.0.b5 of MultiMarkdown today. As always, it
can be downloaded from:
<http://files.fletcherpenney.net/MultiMarkdown.zip>
Some of the changes include:
* spaces at end of xslt filenames won't cause failure
* use `\url{}` for "non-referenced" url's in LaTeX to allow linebreaks
(though
they still don't always break correctly --- this is a
2004 Nov 28
0
Re: [R-sig-finance] syntax for a loop
I don't think I understand you entirely, but here are a couple
things.
You need to shorten the loop so you don't run off the end.
You basically just write the code as you've stated it except that
"and" is && for single values and & for vectors
You don't say what should happen if the test is not true.
You can probably use "ifelse" instead of a
2001 Oct 13
1
small bug
The comments strings in vorbis are to be 8-bit clean.
info.c _v_writestring is not 8-bit clean. This leads to a malformed
comment header packet if the comment has an embedded Null:
0:0 hdr2 03 76 6F 72 62 69 73 20 00 00 00 58 69 70 68 6F .vorbis ...Xipho
16:10 70 68 6F 72 75 73 20 6C 69 62 56 6F 72 62 69 73 phorus l ibVorbis
32:20 20 49 20 32 30 30 31 30 38 31 33 01 00 00
2009 Oct 29
0
AsteriskForge Now Open
Greetings Asterisk Users,
A couple of weeks ago at AstriCon we announced the opening of the AsteriskForge, a collaborative development site for all kinds of Asterisk-related open source projects. The idea behind AsteriskForge is to create a public center for the development and distribution of open source code (both binary and source) that connect with Asterisk.
As a challenge to the community,
2007 Apr 24
2
negative number to positive number
Hello all,
I know this is a pretty easy question but I can't find it in S poetry or
R help.
How can I make a negative number positive. Such as
-5 to be +5
I tried +(-5), but that didn't work.
So no, I don't mean taking a -5^2 just to get a positive number.
This is in a function so it's not just -5 it's x. :)
Thanks,
Paul
--
Research Technician
Mass Spectrometry
o The
2008 Jul 13
2
multiple names to assign
'assign' does not give a warning if 'x' has length
greater than 1 -- it just uses the first element:
assign(c('a1', 'a2'), 1:2)
One way of thinking about this is that people using
'assign' get what they deserve. The other is that it is
used seldom enough that adding a warning isn't going
to slow things down appreciably.
Patrick Burns
patrick at
2012 Oct 30
4
horizontal space/indent and HTML/PDF
What is the best method to introduce horizontal space in text in a
Pandoc document? Preferably something that would work for both HTML
and PDF output?
I need this for some poetry that has indented lines, ala the 2nd and 3rd lines:
hickory dickory dock
the most ran up the clock
the clock struck one
the mouse ran down
c
--
Chris Lott <chris at chrislott.org>
2012 Feb 22
2
Bug#660882: Atalkd fails in Xen DomU - "Can't configure multicast"
Package: xen-hypervisor-4.0-amd64
Version: 4.0.1-4
Severity: normal
See also, bug 660768
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=660768
atalkd appears to be unable to open virtual network interfaces when
run in a Xen PV guest.
With nothing set in atalkd.conf, it reports :
eth0: disabled.
atalkd: zero interfaces, exiting.
Adding "eth0" to atalkd.conf results in :
2004 Nov 20
1
sum and partial argument name matching
"sum" (and perhaps other functions?) allows partial argument
name matching after its three-dots argument:
> sum(1:4, NA, n=78, na.rm=FALSE)
[1] 10
> sum(1:4, NA, n=78, na.rm=TRUE)
[1] 11
I can see there could be a discussion about whether or not this is
a bug, but I think all will agree that it's a might peculiar.
This is done in 2.0.1 but the same behavior is in 1.8.1.
2005 May 04
1
Difference between "tree" and "rpart"
In the help for rpart it says, "This differs from the tree function
mainly in its handling of surrogate variables." And it says that an
rpart object is a superset of a tree object. Both cite Brieman et al.
1984. Both call external code which looks like martian poetry to me.
I've seen posts in the archives where BDR, and other knowledgeable
folks, have said that rpart() is to be
2005 Jul 22
1
Generate a function
hi all,
I need to generate a function inside a loop:
tmp is an array
for (i in 1:10)
{
func<- func * function(beta1) dweibull(tmp[i],beta1,eta)
}
because then i need to integrate this function on beta.
I could have written this :
func<-function(beta1) prod(dweibull(tmp,beta1,eta)) (with eta and beta1 set)
but it is unplottable and no integrable... i could make it a bit different but