_____
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
--
Peter Dalgaard, Professor,
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone: (+45)38153501
Office: A 4.23
Email:
it? I.e., you still cannot
conveniently sample from a vector that is possibly of size 1.
I would be more inclined to make sampling from a vector the normal case,
and default x to say 1:max(n, size), forcing users to say sample(n=5) if
sampling from x=1:5 is desired. This could be a manageable change
some code, but I'd expect not all
that much. However, it cannot be changed in one go, we'd need to go
through a sequence where we (e.g.)
1. warn about length(x)==1
2. say that length(x)==1 is deprecated
3. have length(x)==1 throw an error
4. wait
5. give length(x)==1 a new meaning
> difftime objects to be numeric in 2.11.1, when the code's been working
> fine before and the error messages are obscure.
I don't think you realize the problems that could occur by assuming that
difftime objects are numerics ON ANY PARTICULAR SCALE!
--
Peter Dalgaard
Center for
)
>> close(zz)
>> blah = file("ex.data", "r")
>> seek(blah)
> [1] 0
>> zz <- gzfile("ex.gz", "w") # compressed file
>> cat("TITLE extra line", "2 3 5 7", "", "11 13 17"
et file instead of the
source. (Just ask the editor of The R Journal how easy it is to remember
to edit RJournal.dtx and not RJournal.sty...)
--
Peter Dalgaard
Center for Statistics, Copenhagen Business School
Phone: (+45)38153501
Email: pd@cbs.dk Priv: pda...@gmail.com
__
is not too strange that you can have an ill-formed
.Rdata file (if you save zz2 back out, after the above fixup, line 11
changes from 526 to 782, corresponding to the bit being turned on).
I don't think it is the job of load() to verify object structures, since
there is no end to that task. Rat
Gabor Grothendieck wrote:
> On Fri, Jul 9, 2010 at 5:09 AM, Peter Dalgaard wrote:
>> Gabor Grothendieck wrote:
>>> I have *** attached *** an RData file containing an R object that
>>> is acting strangely.
>>>
>>> Try this in a fresh workspace. Do n
I have tried so may times running some conditions I think may have caused
> these errors to recur(including re-installing the R).
>
>
>
> I am at my wit's end on how to make the read.spss work. Please help!
It's a warning, not an error. Did you not get a result retu
st languages that do significant amounts of object
allocation and destruction. You should not really compare it to OS level
memory management because that's a different kettle of fish. In
particular, user programs like R relies on having all objects mapped to
a single linear address space, whereas th
nlines
> length(pb) <- nlines
> pb[is.na(pb)] <- ""
> pa[is.na(pa)] <- ""
> retval <- cbind(pa, pb, deparse.level = 0)
> dimnames(retval) <- list(rep("",nrow(retval)), argNames)
> noquote(retval)
> }
>
> # lw
Peter Dalgaard wrote:
> William Dunlap wrote:
>> In modelling functions some people like to use
>> a weight of 0 to drop an observation instead of
>> using a subset value of FALSE. E.g.,
>> weights=c(0,1,1,...)
>> instead of
>> subset=c(FALSE, TRUE, TRUE
lt;- n - p
Yes, that seems to fix things. Will commit to R-devel shortly.
-p
--
Peter Dalgaard
Center for Statistics, Copenhagen Business School
Phone: (+45)38153501
Email: pd@cbs.dk Priv: pda...@gmail.com
__
R-devel@r-project.org mailing lis
Peter Dalgaard wrote:
> Prof Brian Ripley wrote:
>
>> I think you will find that 'n' is used in several ways in predict.lm,
>> and since NA-handling was introduced in R 1.8.0 they may differ in
>> value. So the safest route seems to be to change just
I believe that I now has this nailed down (a couple of further issues raised
their head). Committed to r-devel.
-pd
On Jul 29, 2010, at 10:11 AM, Peter Dalgaard wrote:
> Peter Dalgaard wrote:
>> Prof Brian Ripley wrote:
>>
>>> I think you will find that '
called "adjoint". So another option is to use adj(A) for what you call myt(A),
and then just remember to transcribe A^* to adj(A).
I forget whether the cross products A^*A and AA^* have any special names in
abstract linear algebra/functional analysis.
--
Peter Dalgaard
Center fo
on my systems,
>>>>>> hourly.
>>>>>>
>>>>>> HTH,
>>>>>>
>>>>>> Marc Schwartz
>>>>>>
>>>>>> On Jul 28, 2010, at 5:55 AM, Jarrod Hadfield wrote:
>>>>>>>
er(x) that is
matched against the level set, but I'm not sure it is the right place for that.
>
> With thanks,
> Ted.
>
> ----
> E-Mail: (Ted Harding)
> Fax-to-email: +44 (0)870 094 0861
> Date: 09-Aug-10
R and tcl.
>
> Thanks for any help,
Ow, that's been a while... However
tcl('test', tclvalue(a))
seems to do the trick, as does
tcl('test', tclObj(a))
The latter presumably being preferable, since it avoids conversion to
and from an R object.
If I re
d less wide-ranging than a global
> drop.unused.levels option, or than convincing everyone to use strings
> rather than factors most of the time ...
>
> cheers
> Ben Bolker
>
>
--
Peter Dalgaard
Center for Statistics, Copenhagen Business School
Phone: (+45)38153501
Email: pd@cbs.dk Priv: pda...@gmail.com
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
nly not to work, and even disregarding the pi issue,
the rotated y-axis labels come out pretty ugly. This is why quartz is now the
default on OSX.
BTW, it seems that the standard X11 "Symbol","Regular" font is simply absent on
OSX. I can't get fc-match to list
On Aug 19, 2010, at 1:04 PM, Prof Brian Ripley wrote:
> On Thu, 19 Aug 2010, peter dalgaard wrote:
>
>>
>> On Aug 19, 2010, at 9:15 AM, Jari Oksanen wrote:
>>
>>
>>>
>>> The X11(type = 'cairo') shows the problem with example(points)
On Aug 19, 2010, at 1:55 PM, peter dalgaard wrote:
>>
>> It is also not using pango, and so not selecting fonts the same way as on
>> Linux.
>
> You're assuming (in fact, correctly) that I was using Simon's build, but my
> locally built version is simi
preserve backward
> compatibility/efficiency) to the subset function ... ?
> If not, would a patch to the documentation and/or the R FAQ be accepted?
Ben, there is now a dropLevels() _function_ in R-devel, please try it on for
size.
--
Peter Dalgaard
Center for Statistics, Copenhagen Business
avoid duplicating things you won't be modifying
anyway, etc.
>
> Best,
> Andy
> Notice: This e-mail message, together with any attachme...{{dropped:14}}
>
> __
> R-devel@r-project.org mailing list
> https://stat.ethz.ch
ic lazy eval gotcha -- almost never intentional.
Testing your patch now.
-p
--
Peter Dalgaard
Center for Statistics, Copenhagen Business School
Phone: (+45)38153501
Email: pd@cbs.dk Priv: pda...@gmail.com
__
R-devel@r-project.org mailing list
h
ut I know that at least some of the regulars are familiar
with Epi Info and the list includes the authors of several R packages for
epidemiology.
--
Peter Dalgaard
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone: (+45)38153501
Email: pd..
that this is perhaps not a clear
>>> bug, but somewhat unclear behavior.
>>>
>>> The most compact way to break the vector out of its eggshell seems to
>>> be
>>>
>>> t(x)[,]
>>>
>>> but drop(x) would be much easier to read an
; Regards,
>
> Marc Schwartz
>
>
>
>
> ______
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
--
Peter Dalgaard
Center for Statistics, Copenhagen Busine
already ruled that out, but it has
been the culprit for problems with mysteriously disappearing
intermediate files in several cases, so I thought I'd mention it.
--
Peter Dalgaard
Center for Statistics, Copenhagen Business School
Phone: (+45)38153501
Email: pd@cbs.dk Priv: pda..
ill be a list, though.)
Notice that in the relevant cases, what you get really _is_ a list, and both
walks and quacks like one. E.g.
> L <- with(warpbreaks, by(warpbreaks[, 1], tension, mean, simplify=FALSE))
> is.list(L)
[1] TRUE
> L$M
[1] 26.38889
--
Peter Dalgaard
Cen
ory which states that if ever anybody discovers exactly what
the Universe is for and why it is here, it will instantly disappear and be
replaced by something even more bizarre and inexplicable. There is another
theory which states that this has already happened.
--
Peter Dalgaard
Center for Statist
_
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
--
Peter Dalgaard
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone: (+45)38153501
Email: pd@cbs.dk Priv: pda...@gmail.com
g, not an obscure corner case):
r52914 | luke | 2010-09-15 19:06:13 +0200 (Wed, 15 Sep 2010) | 4 lines
Modified applydefine to duplicate if necessary to ensure that the
assignment target in calls to assignment functions via the complex
assignment mechanism always has NAMED == 1.
--
Pet
code 1
> Stop in /usr/local/R-beta.
> -
>
> Is this a known error? I would really appreciate if someone could give
> me a hint.
>
> Please let me know if more information is needed.
>
> Thanks in advance,
> Rainer Hurling
>
>
H
#include
#endif
somewhere at the top of the files that use the two macros (sysutils.c
and sys-unix.c AFAICS).
"&& defined(WEXITSTATUS)" probably won't break anything that wasn't
already broken, but it does insert a default definition that could
conflict
ed in your feedback.
By a curious coincidence, the prerelease crontab had the same typo
...
02 00 1 10 * $HOME/scripts/R-set-version '2.12.0 beta'
02 00 8 10 * $HOME/scripts/R-set-version '2.12.2 RC'
Fortunately, I saw the mail with a failing prerelease build before going
to b
t;- y
Error: argument "y" is missing, with no default
(I have forgotten whether there's a reason that the above doesn't fail
already on the assignment to y. Somehow it would have been more logical
if missing values could _only_ appear inside lists. Except in actual
function arguments
; --enable-targets=all --enable-checking=release --build=i486-linux-gnu
> --host=i486-linux-gnu --target=i486-linux-gnu
> Thread model: posix
> gcc version 4.2.4 (Ubuntu 4.2.4-1ubuntu4)
>
> This R-2.12.0 installation generally works (based on testing a few
> trivial things).
tched and R-devel
>> tar balls ?
>>
>> Or what were you talking about ?
>
> We are talking about the
>
> http://stat.ethz.ch/R-manual/
>
> page. R-devel NEWS show R-2.12.0, just as on example.
>
> Uwe
>
You need to get NEWS from $BUILDDIR these days. A
nt in my S4 method, because it's not even entered.
There are some things you are not really supposed to mess with in R...
Computing the index to $-constructs is one of them (trying to set up a
for loop as a call to `for` is another). It can be done, it
ex+year", data = mydata)
Browse[1]> ls()
[1] "mydata" "zed"
Browse[1]> tfun
function(mydata) {
zed <- 100 + (1:nrow(mydata)) * 20
survexp.test(zed ~ 1, data=mydata)
}
--
Peter Dalgaard
Center for Statistics, Copenhagen Business School
Phone: (
ead
> and report it as such, or would someone explain why it's not a bug?
>
I think it can be defended to file as a bug, but it is tricky to pinpoint
exactly what the issue is. E.g., notice that adding a few spaces changes the
behaviour of scan() considerably:
> scan(what="
es by now have been dug so deeply that any attempt of
impartial mediation will be seen by both parties as siding with the other.
--
Peter Dalgaard
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone: (+45)38153501
Email:
so perhaps identical()
just shouldn't check. On the other hand, it could also be the sign of a memory
overrun in the preceding memory-intensive operation.
--
Peter Dalgaard
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone: (+45)38153501
Email
On Dec 11, 2010, at 11:23 , peter dalgaard wrote:
>
> On Dec 11, 2010, at 08:23 , Niels Richard Hansen wrote:
>
>> Dear R developers
>>
>> Using the 'foreach' package I encounter warnings like
>>
>> Warning message:
>> In identi
es have the same
hash index, a final linear search through a chained list of names is
necessary.)
--
Peter Dalgaard
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone: (+45)38153501
Email: pd@cbs.dk Priv: pda...@gmail.com
gt; $status
>>>> [1] ""
>>>>
>>>> $major
>>>> [1] "2"
>>>>
>>>> $minor
>>>> [1] "12.1"
>>>>
>>>> $year
>>>> [1] "2010"
>>>>
>>>> $m
Ihaka and Gentleman on lexical scope, 1996 IIRC). However, some care
must be taken; in particular, if you don't make sure that the object already
exists in the appropriate environment, another object of the same name might
get clobbered, e.g. in the global environment.
Best,
-pd
(& th
@ sign from the beginning of that line
> in MkRules, and see what it is trying to do just before it dies.
>
> Duncan Murdoch
Off-the-cuff: Is there a virus scanner active on the system? We have had a
couple of reports that turned out to be antivirus software swiping files away
fo
Year
> 1.164e+00-1.911e+00
>
> - snip ---
>
> The problem with f1() is that it will clobber a variable named .subs in the
> global environment; the problem with f2() is that .subs can be masked by a
> variable in the global environment.
>
6.909e-02-3.971e-03-8.595e-03
>>> Population Year
>>> 1.164e+00-1.911e+00
>>>
>>> - snip ---
>>>
>>> The problem with f1() is that it will clobber a variable named .subs in
> the
>>> global environment; the
try eval(bquote(plot(.(rnorm(20)
-pd
--
Peter Dalgaard
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone: (+45)38153501
Email: pd@cbs.dk Priv: pda...@gmail.com
__
R-devel@r-project.org mailing li
parser lookahead breaking protection stack discipline, fixed by UNPROTECT_PTR()
etc.). I lost track a bit in the frenzy and I never got around to backing out
everything.
--
Peter Dalgaard
Center for Statistics, Copenhagen Business School
Solbjer
ss it. Would be nice if there was something like
a set-coding-system to call up via a menu item.
Any pointers?
--
Peter Dalgaard
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone: (+45)38153501
Email: pd@cbs.dk Priv: p
rules:
Is "x"+1+2 supposed to be equal to "x12" or "x3"?
--
Peter Dalgaard
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone: (+45)38153501
Email: pd@cbs.dk Priv: pda...@gmail.com
d
> a trojan in open.exe at bin\i386.
We have seen false positives before (accidental mismatch between virus
signatures and legitimate programs). But presumably, the Windows maintainers
will double-check, just in case.
--
Peter Dalgaard
Center for Statistics, Copenhagen Business School
Solb
d approximation implied by +/- 1.96*SE. If you insist
on the latter, try confint.default. (This *is* all on the help page for
confint()!).
> Thanks!
>
> --
> All the best!,
> ~Joaquin A. Aguilar A. - aka Kino
>
> [[alternative HTML version deleted]]
>
> ___
pe,
e.g. by doing all tests via anova(model1,model2,...). I'm not quite up to
figuring out how complicated that would be.
--
Peter Dalgaard
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone: (+45)38153501
Email:
__
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
--
Peter Dalgaard
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone: (+45)38153501
Email: pd@cbs.dk Priv: pda...@gma
t;- local({ a <- 1; b <- 2; environment()})
env$a
-pd
> /Henrik
>
> PS.
>
> __
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
--
Peter Dalgaard
Center for Statistics, Copenhagen Business School
Solbjerg P
pe, pearson = infl$pear.res, infl$dev.res)
> res <- res/sqrt(1-infl$hat)
> res[is.infinite(res)] <- NaN
> res
> }
>
> __
> R-devel@r-project.org mailing list
> https://stat.ethz
anova(glm(births~1,poisson,data=bb), test="Chisq")
...
Df Deviance Resid. Df Resid. Dev P(>|Chi|)
NULL11 225.98
Notice that the latter version gives me the correct deviance but no p-value.
A better support for generic score tests could be desira
On Mar 15, 2011, at 13:42 , John Maindonald wrote:
>> Peter Dalgaard: It would also be nice for teaching purposes if glm or
>> summary.glm had a
>> "pearsonchisq" component and a corresponding extractor function, but I
>> can imagine that there might be
On Mar 15, 2011, at 14:22 , Jari Oksanen wrote:
> On 15/03/11 13:17 PM, "peter dalgaard" wrote:
>
>>
>> On Mar 15, 2011, at 04:40 , Brett Presnell wrote:
>>
>>>
>>>>> Background: I'm currently teaching an undergrad/grad-servic
Eliza Hall Institute of Medical Research,
> 1G Royal Parade, Parkville, Vic 3052, Australia.
> sm...@wehi.edu.au
> http://www.wehi.edu.au
> http://www.statsci.org/smyth
>
>> Date: Tue, 15 Mar 2011 12:17:46 +0100
>> From: peter dalgaard
>> To: Brett Presnell
>&
xamples using rstandard(). I rather strongly
suspect that there aren't many user codes using it either.
It is quite tempting simply to commit the change (after updating the docs). One
thing holding me back though: I don't know what "the literature" refers to.
--
Peter Dalg
On Mar 17, 2011, at 16:14 , Martin Maechler wrote:
>>>>>> peter dalgaard
>>>>>>on Thu, 17 Mar 2011 15:45:01 +0100 writes:
>>
>
>> Back to the original question:
>
>> The current rstandard() code reads
>
> ## FIXME
, I have committed the new rstandard(); to r-devel for now, if nothing
falls on its face, we can move it to R 2.13.0 alpha before it goes to beta on
March 30.
-p
--
Peter Dalgaard
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone:
should have seq_along(x) , not f. But would that break for other reasons?
(It would! Surv() objects to name one case. In general, we seem to be in
trouble if "[" and length() methods are not compatible.)
--
Peter Dalgaard
Center for Statistics, Copenhagen Business School
Solbjerg Plad
remove terms one at a
time.
--
Peter Dalgaard
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone: (+45)38153501
Email: pd@cbs.dk Priv: pda...@gmail.com
__
R-devel@r-project.org mailing list
https://stat
ii}{logical; should the compiled file be saved with in ascii"
> should read "...saved in ascii..."?
Fixed (twice, even. Luke got there before me.)
--
Peter Dalgaard
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone:
-JI Nakama
>> "\u4e2d\u9593\u6804\u6cbb"
>>
>
> --
> EI-JI Nakama
> "\u4e2d\u9593\u6804\u6cbb"
>
> __
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
--
Peter Dalgaard
Cent
--
> Contact me: tal.gal...@gmail.com | 972-52-7275845
> Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) |
> www.r-statistics.com (English)
> ------
>
> [[alternative HTML version deleted]]
>
> _
(Resending with fewer recipients...)
On Apr 8, 2011, at 07:09 , Hin-Tak Leung wrote:
> --- On Fri, 8/4/11, peter dalgaard wrote:
>
>> On Apr 7, 2011, at 23:57 , Hin-Tak Leung wrote:
>>
>>>
>>> Oh, I am tracking both R and Matrix via git-svn and
>&g
erences are so far
> mostly documentation-related. I could switch to track R 2.13.x branch if you
> insist.
>
Please do. It's the branch that is supposed to stabilize during prerelease
times.
Also, please check the prerelease tarballs, errors in "make dist" are not
caugh
ere are a couple of cases in
base R too:
* checking R code for possible problems ... NOTE
glm.fit: no visible binding for global variable ‘n’
quantile.ecdf: no visible binding for global variable ‘y’
I can't seem to spot the 'n' just now, though...
--
Peter Dalgaard
Center for Statist
It does when run on stats:::quantile.ecdf directly:
>
>> codetools::checkUsage(stats:::quantile.ecdf)
> : no visible binding for global variable ‘nobs’
> : no visible binding for global variable ‘y’
>
> Maybe in the context where you saw this nobs is defined in an
>
evel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
--
Peter Dalgaard
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone: (+45)38153501
Email: pd@cbs.dk Priv: pda...@gmail.com
__
cs, biometrics and process control
>
> tel : +32 9 264 59 87
> joris.m...@ugent.be
> ---
> Disclaimer : http://helpdesk.ugent.be/e-maildisclaimer.php
>
> __
> R-devel@r-project.org mailing list
> https:
Thank you for the example too, I'm learning every day.
>
I have now committed a version of the below to r-devel. (A couple of demons
turned out to be lurking in the details, so not exactly the same code.)
-pd
> Cheers
> Joris
>
> On Tue, Apr 12, 2011 at 8:51 AM, peter dalgaard
LC_MESSAGES=en_US.UTF-8
> [7] LC_PAPER=en_US.UTF-8 LC_NAME=C
> [9] LC_ADDRESS=C LC_TELEPHONE=C
> [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
>
> attached base packages:
> [1] tools stats graphics grDevices datasets utils methods
> [8] base
>
> Jeff
ve shown a disadvantage of which I was not
>> aware. Using your
>> example but replacing coxph() by lm() with otime ~x as the
>> model I get a
>> similar failure. I'd like to ask a wider audience of
>> R-devel since it
>> is bigger than coxph.
>>
", list(dcall, data = BOD, model = FALSE))
+ print(model.frame(fit))
+ fit}
> dfun3(fcall3)
demand Time
18.31
2 10.32
3 19.03
4 16.04
5 15.65
6 19.87
Call:
lm(formula = demand ~ Time, data = structure(list(Time = c(1,
2, 3, 4, 5, 7), demand = c(8.3,
actor(x[OK])
>y <- factor(y[OK])
>
>
> with
>
>x <- as.factor(x[OK])
>y <- as.factor(y[OK])
>
> (similar to how it is done in mcnemar.test).
>
>
OK. Of course, the test makes little sense statistically either way if one
factor has only one
subgroup analysis
and your "average person" switches from male to female?), so I think it is one
of those cases where it is best to provide mechanism, not policy.
--
Peter Dalgaard
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone: (+45)
, na.encode = FALSE) :
corrupt data frame: columns will be truncated or padded with NAs
--
Peter Dalgaard
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone: (+45)38153501
Email: pd@cbs.dk Priv: pda...@gmail.com
> r-h...@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
> __
://had.co.nz/
>>
>> __
>> R-devel@r-project.org mailing list
>> https://stat.ethz.ch/mailman/listinfo/r-devel
>>
>
> __
> R-devel@r-project.org mailing list
> https://stat.ethz.
gt;> [1] TeachingDemos_2.7 tkrplot_0.0-19
>>>
>>> loaded via a namespace (and not attached):
>>> [1] tools_2.13.0
>>>
>>> Thanks,
>>>
>>> --
>>> Gregory (Greg) L. Snow Ph.D.
>>> Statistical Data Center
>>
cbind(table, Cp = table[, "Resid. Dev"] + 2 * scale *
(n - table[, "Resid. Df"]))
whereas all the references I can find have Cp=RSS/MS-N+2P, so the above would
actually be scale*Cp+N.
--
Peter Dalgaard
Center for Statistics, Copen
(>|Chi|)"[2]. Apologies for the disturbance, but
this sort of change just doesn't let itself be implemented with the usual
deprecation sequence. The workaround should be straightforward (if you need
something that works in multiple versions, then try both and choose the result
that
tp://www.stat.ufl.edu/~presnell/
>
> "We don't think that the popularity of an error makes it the truth."
> -- Richard Stallman
>
> __
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
--
Peter Dalg
t University
> Faculty of Bioscience Engineering
> Department of Applied mathematics, biometrics and process control
>
> tel : +32 9 264 59 87
> joris.m...@ugent.be
> -------
> Disclaimer : http://helpdesk.ugent.be/e-maildisclaimer.php
>
> __
On Jun 6, 2011, at 20:38 , Joris Meys wrote:
> On Mon, Jun 6, 2011 at 6:29 PM, peter dalgaard wrote:
>>
>> On Jun 6, 2011, at 17:15 , Joris Meys wrote:
>>
> **snip**
>>> If nothing is found, an error is returned. If
>>> anything is found, data won
d computer.
Having results depending on whether or not LazyLoading is being used is
probably not a good idea in any case. To have things happen on load, use
.onLoad and relatives.
--
Peter Dalgaard
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denm
ring could contain formatting characters, so
possibly, what you really want to do is to default it to "R Graphics: Device
%d"). Something of the sort is already happening with the quartz() device.
> Thanks,
> Drew
>
> [[alternative HTML version deleted]]
>
> _
11.options(title="R Graphics: Device %d")
and the user can do this in his/her startup files. No need to inflict it on
every user with any WM.
--
Peter Dalgaard
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederik
rule, and then there's the stop list of reserved words, which would make your
code clumsy whatever you do.
How on Earth would you expect anything to be significantly more elegant than
your
function(x) x == make.names(x)
anyway??! (OK, if there was a wrapper for the C level isValidName() f
f the code, and another on those files.
As for AS algorithms actually _in_ R, we have a statement from the RSS to the
effect that it is OK to use them in R since R is free software. (I forget the
exact wording.)
I would expect that to carry over to other GPL software, but it could be
prudent t
201 - 300 of 1332 matches
Mail list logo