Warnings about /metno/internweb/fouweb/htdocs/teknisk/verktoy/R/faq.html
BAD LINK: http://stat.ethz.ch/R/manual/
BAD LINK: http://nlme.stat.wisc.edu/MEMSS/
BAD LINK: http://stats.mth.uea.ac.uk/Rcgi/
BAD LINK: http://software.biostat.washington.edu/statsoft/ess/
--
Thanks both
All seems to work now, whether I use R_chk_alloc etc. (as per RS.h) or the Delphi
routines. Sounds like I might as well stick with the latter though, since I have to do
the housekeeping anyway.
Mark
#>should I bother using the R [memory allocation] routines instead [of the Delphi
Hi!
To specify a prototype in the setClass declaration is a great feature.
But prototype seems no to work for slots of the "super" class.
eg. The following code is declaring first the super class "List". This class has a
slot "content".
The class "AtomList" inherits from it and I would like to
> From: Prof Brian Ripley
>
> On Tue, 14 Sep 2004, Liaw, Andy wrote:
>
> > Dear R-devel,
> >
> > I've noticed that if the method for formula is not exported
> in NAMESPACE,
> > then update() would fail. As an example:
> >
> > > library(e1071)
> > > data(iris)
> > > iris.svm <- svm(Species ~
On Tue, 14 Sep 2004, Liaw, Andy wrote:
> Dear R-devel,
>
> I've noticed that if the method for formula is not exported in NAMESPACE,
> then update() would fail. As an example:
>
> > library(e1071)
> > data(iris)
> > iris.svm <- svm(Species ~ ., data=iris)
> > update(iris.svm)
> Error in eval(ex
Dear R-devel,
I've noticed that if the method for formula is not exported in NAMESPACE,
then update() would fail. As an example:
> library(e1071)
> data(iris)
> iris.svm <- svm(Species ~ ., data=iris)
> update(iris.svm)
Error in eval(expr, envir, enclos) : couldn't find function "svm.formula"
T
> "AndyL" == Liaw, Andy <[EMAIL PROTECTED]>
> on Tue, 14 Sep 2004 10:28:31 -0400 writes:
AndyL> In ?options:
AndyL> 'warning.expression': an R code expression to be called if a
AndyL> warning is generated, replacing the standard message. If
AndyL> non-null is called ir
On Tue, 14 Sep 2004 [EMAIL PROTECTED] wrote:
> the help of par() claims that
> cin and cra are
> c(width, height)
That is the design intention.
> but it appears to be rather
> c(height, width)
On what evidence? W has no descenders, so its height is less than the
typical box. It's coinciden
In ?options:
'warning.expression': an R code expression to be called if a
warning is generated, replacing the standard message. If
non-null is called irrespective of the value of option
'warn'.
Is there a missing `it' between `non-null' and `is'?
Best,
Andy
_
Dear all,
the help of par() claims that
cin and cra are
c(width, height)
but it appears to be rather
c(height, width)
Best regards
Jens Oehlschlägel
> plot.new()
> strheight("W", unit="inches")
[1] 0.1354167
> par("cin")
[1] 0.1354167 0.1875000
> version
_
platform
On Tue, 14 Sep 2004 09:38:55 +1000, <[EMAIL PROTECTED]> wrote :
>Dear R-devel
>
>This one seems a bit arcane for R-help. I very often use R to call routines written
>in Delphi (son of Pascal), doing "persistent" memory allocation within Delphi. That
>is, I start R and load the Delphi DLL; then I
This is question about the the development version of R and should have
gone to the R-devel list according to the posting guide.
R-devel is intended for questions and discussion about code development
in R. Questions likely to prompt discussion unintelligible to non-programmers
should go
Summary: I have just put a version in stats as supplied by Deepayan. It
is more or less the same as that in Trellis (there never was one in
lattice AFAIK), except that the result is by default only ordered if the
input was, and the `scores' used to do the ordering are returned. (Both
points I rai
13 matches
Mail list logo