Displaying 7 results from an estimated 7 matches for "meloch".
Did you mean:
moloch
1999 Apr 04
2
deparsing lhs of formula in print.anova.lm (PR#157)
Full_Name: Douglas Bates
Version: Version 0.64.0 Unstable (April 3, 1999)
OS: Debian GNU/Linux 2.1
Submission from: (NULL) (128.105.5.97)
R> fm2 <- lm( 1/Surv ~ Poison + Antidote + Poison:Antidote, data = BC )
R> anova( fm2 )
Analysis of Variance Table
Response: /
Response: 1
Response: Surv
Df Sum Sq Mean Sq F value Pr(>F)
Poison 2 34.9 17.4
1999 Feb 02
0
Suggestion
...uot;, do_dotRCode, 0, 1, -1, PP_FOREIGN},
diff -r R-0.63/src/main/names.h R-0.63.orig/src/main/names.h
128d127
< SEXP do_dotRCode(SEXP, SEXP, SEXP, SEXP);
If it is of interest, I could also provide the module that implements
the mysql interface.
Many thanks.
--
Jean Meloche
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-devel-request@stat....
1999 Apr 06
1
seg fault with strsplit (PR#158)
Try the following with R 63.3:
test <- function(z){
ch1 <- deparse(z,width=500)
ch <- NULL
for(i in 1:length(ch1))ch <- paste(ch,ch1[i],collapse=" ")
a <- gsub("(\\[(0|1|2|3|4|5|6|7|8|9|:|,)+\\])|([][+*/^():!<>%&|~,{}\"\\\=-])|( [0-9]+)|(^[0-9]+)"," ",ch)
print("here")
strsplit(a," ")
}
test(glm)
Jim
1998 May 30
1
R-beta: loadable modules
I want to write a C function that should return
an object of unknown structure at the time of the
invocation.
In particular, I'd like to
1- return a string of unknown length
2- a vector or a matrix of unknown dims and of
unknown element type
3- a data frame
Is any of that possible? Are there examples?
Which R functions should I call to create such
objects?
Any help would be appreciated.
1999 Apr 07
1
R-0.64.0 is released
...n.colors() has been modified to remove a
visual discontinuity (at yellow). In addition, a function
cm.colors() which implements a Cleveland-style cyan-magenta
palette has been added.
o Primitive function .External() to call dynamically loaded
`internal'-style functions (code from Jean Meloche).
o Function page() to view an R object in a pager.
o Support for handling embedded '\n's in text strings
handed to low-level graphics functions has been added.
Some changes to the PostScript graphics driver were
needed to support this, so there may some minor change
in the a...
1999 Apr 07
1
R-0.64.0 is released
...n.colors() has been modified to remove a
visual discontinuity (at yellow). In addition, a function
cm.colors() which implements a Cleveland-style cyan-magenta
palette has been added.
o Primitive function .External() to call dynamically loaded
`internal'-style functions (code from Jean Meloche).
o Function page() to view an R object in a pager.
o Support for handling embedded '\n's in text strings
handed to low-level graphics functions has been added.
Some changes to the PostScript graphics driver were
needed to support this, so there may some minor change
in the a...
1999 Mar 26
0
anova problem:
...2.R11010 NOX2.R11011
-2.008e-03 -1.292e-01 -5.854e-02 -1.307e-01
NOX2.R11100 NOX2.R11101 NOX2.R11110 NOX2.R11111
-2.891e-01 -2.792e-01 -1.055e-02 -5.174e-02
> anova(fit)
Error: invalid dimnames given for data frame
--
Jean Meloche
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat...