search for: isdidactique

Displaying 12 results from an estimated 12 matches for "isdidactique".

2007 Feb 09
1
"class" package
Hello sir: Where can I download the package "class"? What I can find is only: http://www.stat.ucl.ac.be/ISdidactique/Rhelp/library/class/html/00Index.html But I can't find where I can download it. Thanks!
2011 Feb 08
1
Naive Bayes Issue - Can't Predict - Error is "Error in log(sapply(attribs...)
...redict. Forgive me if its simple... I've tried about everything and can't get it to work. Reproduceable code below. Thank you, Mike -- Michael Schumacher Manager Data & Analytics - ValueClick mike.schumacher@gmail.com * Functional Example Code from UCLA: http://www.stat.ucl.ac.be/ISdidactique/Rhelp/library/e1071/html/predict.naiveBayes.html * install.packages('e1071') install.packages('mlbench') library(e1071) library(mlbench) data(HouseVotes84) model <- naiveBayes(Class ~ ., data = HouseVotes84) predict(model, HouseVotes84[1:10,-1]) *My Code That Errors:* resp&lt...
2012 Apr 16
1
system command to a specific shell (bash)
I need to run a bash command, but when you call system() the default shell is sh (see my sessionInfo below). I found the shell command ( http://www.stat.ucl.ac.be/ISdidactique/Rhelp/library/base/html/shell.html) but it seems to be disappeared in current versions of R? I am running all this from R CMD BATCH with "system" calls to other R scripts. For a little more info, I'm generating sphinx documents (a python documentation library) through R and need to...
2004 Feb 24
2
R: SearchEngine (PR#6610)
Full_Name: Anton Zgonc Version: 1.8.1 OS: Linux RH 9.0 Submission from: (NULL) (193.2.208.9) The SearchEngine, accessible through generated documentation by help.start() like: file:/tmp/Rtmp2085/.R/doc/html/search/SearchEngine.html or on WWW: http://www.stat.ucl.ac.be/ISdidactique/Rhelp/doc/html/search/SearchEngine.html works only in Netscape 4.7x. It fails e.g. with Mozilla 1.3, 1.6 and IE 6.0. I solved the problem by installing Netscape 4.76 and invoking help by > help.start(browser="netscape4") where netscape4 is the executable of Netscape 4.76, incl...
2003 Dec 15
0
packages for ecologists - summary
...z.ch/pipermail/r-help/2003-December/041951.html. Packages which has been recommended are: WISP http://www.ruwpa.st-and.ac.uk/estimating.abundance/WiSP/ ape www.stat.uni-muenchen.de/~strimmer/ publications/ape2003.pdf phylogr http://www.stat.ucl.ac.be/ISdidactique/Rhelp/library/PHYLOGR/html/00Index.html genetics cran.r-project.org/doc/packages/genetics.pdf VEGAN http://cc.oulu.fi/~jarioksa/softhelp/vegan.html ADE4 http://pbil.univ-lyon1.fr/ADE-4/ADE-4.html Spatstat http://www.maths.uwa.edu.au/~adrian/spat...
2008 Oct 18
1
Error: could not find function "readMat"
Hi All, I installed this R.matlab package and tried using the sample code > > path <- system.file("mat-files", package="R.matlab") > > # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > # Reading all example files > # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > for (version in 4:5) { +
2008 Dec 18
1
Random Number Generation using (Generalized) Extreme Value distribution and Pareto distribution
Hi R helpers, Is there any function in R, which generates random numbers in case of (1) Generalized Extreme Value distribution and (2) Generalized PAreto distribution for the respective given set of parameters? Regards Maithili
2009 Mar 24
2
Legend containing maths symbol and values of variables
I need to have the maths symbol for >= in the legend, and to substitute threshold variable with its value. Somehow, various attempts weren't successful. Please help. threshold <- 0.5 plot(NA, xlab="", ylab="", main="", axes=F, xlim=c(0,1), ylim=c(0,1), xaxs="i", yaxs="i") legend(x=0, y=1, fill=c("orange", "white",
2011 Nov 30
1
Invalid number of components, ncomp
Error in mvr(Kd_nM ~ qsar, ncomp = 6, data = my, validation = "CV", method = "kernelpls") :   Invalid number of components, ncomp How I can fix this? [[alternative HTML version deleted]]
2010 Nov 17
2
Jarque-Bera test
Hello, I'm so confused why I can't run Jarque-Bera test on my data. I have 9968 observation and I want to run Jarque-Bera test on them, but no matter how hard I am trying I can't get it work. please let me know what should I do. Best, Kiana [[alternative HTML version deleted]]
2003 Dec 01
3
search site for R (http://finzi.psych.upenn.edu)
My search site, http://finzi.psych.upenn.edu, has had several problems recently, all my fault, for which I apologize. But it now seems to be running reliably, on a new computer that is much faster than the old one. It uses htdig to permit search of the Rhelp mailing list, R documents, R functions, and various combinations of these. Search has several options, including Boolean search (with AND,
2006 Mar 24
0
Trouble phrasing an R command that will run the model i need (ANOVA, nested)
...F-test for "foresttype"? I sought help for this, and it was suggested to me that i give up trying to use "aov()" at all, and do it all using the "lme()" command in the lme4 package. I downloaded "lme4", and read over this page: http://www.stat.ucl.ac.be/ISdidactique/Rhelp/library/lme4/html/lme.html , to try and get an idea of how to construct my "lme()" command. My first try was: >library(lme4) >lme(yproductivity ~ foresttype+crosstype, data=productivity, yproductivity >~ region+crosstype+experiment) (I excluded interactions and "E...