Displaying 6 results from an estimated 6 matches for "khal".
Did you mean:
hal
1998 Nov 11
1
Just curiosity
Can anybody explain why
> ?function
+
+
+ )
Error: syntax error
so that
> ?"function"
is necessarty???
This seems reasonable with
?"?",
but I can not see why the "" are necessary with function
(and some other examples)
Kjetil Halvorsen
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
1999 Jan 11
0
R: Regression with t errors?
> Date: Mon, 11 Jan 1999 15:23:10 +0100
> From: Kjetil Halvorsen <khal at alumni.uv.es>
> To: "Morris, Jeffrey (JCD-RL)" <JMorris at OCDUS.JNJ.COM>
> CC: "'R-Help'" <r-help at stat.math.ethz.ch>
> Subject: [R] R: Regression with t errors?
>
> Has anybody implemented/knows about ways to do in R regression
>...
1999 Mar 01
1
Inconsistencies with is.function
> debug(sin)
Error in debug(sin) : argument must be a function
> is.function(sin)
[1] TRUE
> debug("[<-")
Error in debug("[<-") : argument must be a function
> is.function(get("[<-"))
[1] TRUE
>
The problem having to do with .Primitive functions. R should agree
with itself on what is a function! to work around, I used
is.Primfun <-
1999 Mar 01
1
"xpdrows.data.frame" (PR#131)
This is a follow-up to bug sent to days ago, which bounced from r-devel
because
the example was to large. Now example is smaller, and behaviour is as
belo,
EXEPT that r-windows not any more bombs, so main problem is
"xpdrows.data.frame"???
By the way, how to debug this example under windows? debug() doesnt
accept
the functions used (.Primitive), and R wont run under gdb --- may have
1998 Nov 04
0
S internal function AsciiToIn
Hey,
I'm trying to use the code from the book S-Poetry in R (almost
everything
runs without problems), some place it uses an s-plus internal function
AsciiToInt, to translate characters to ascii values (a better name
should be CharToAscii ?) I cannot find anything in R to do that,
getting
the ascii values? Is there something, or must it be added at the C
level?
Thanks,
Kjetil halvorsen
1998 Dec 21
1
Calling R from fortran or C called from R?
I have been searching in the R source for some examples
of this, but cannot find it. Can anyone point to code
examples where R is called from fortran/C called from R?
Kjetil Halvorsen
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or