search for: illustates

Displaying 4 results from an estimated 4 matches for "illustates".

Did you mean: illustrates
2009 Feb 25
2
A Modest Definition List Proposal (David E. Wheeler)
Taking David's example further, here is a first try: id | name | description | more info -----+---------+-------------------+----------------- 6 | Inset | An inset element | just one element 8 | Stories | Another element | another element : with 2 lines, without : colons on the left. 9 | Other
2003 Jun 05
1
Max sig figs as well as Min in print?
Hi Folks, Consider the following example (artificial, but it illustates the point): > r2<-sqrt(2) > x<-2-r2*r2 > print(c(pi,sqrt(pi)),digits=5) [1] 3.1416 1.7725 > print(c(pi,sqrt(pi),x),digits=5) [1] 3.1416e+00 1.7725e+00 -4.4409e-16 whereas I would prefer [1] 3.1416 1.7725 0.0000 which could be achieved by > print(c(pi,s...
2003 Sep 11
1
discrepancy between R and Splus lm.influence() functions for family=Gamma(link=identity)
...op-one coefficients, while Splus returns the drop-one coefficients. But this does not account for the discrepancy that I see in the lm.influence$coefficients, nor the difference in lm.influence$sigma, at least to my understanding. Pasted below is output, first from R, and second from Splus, which illustates the issue. Discrepancies between the R and Splus $sigma values look like ~ 2-6%. Hopefully I have not overlooked an obvious statistical explanation for the difference. Thanks, Andrew. ---------------------------------------- > version _ platform mips-sgi-irix6.5 arch...
2009 Feb 26
1
wrapped cell contents in tables
> If you want multiple lines per cell, I'd suggest using a more explicit > grid, something like this: > > id | name | description | more info > ====|=========|==================|===================== > 6 | Inset | An inset element | just one element > ----|---------|------------------|--------------------- > 8 | Stories | Another element | another