search for: strimmer

Displaying 8 results from an estimated 8 matches for "strimmer".

2004 Feb 15
2
build problems on Fedora Core 1
...Error in get(x, envir, mode, inherits) : variable ".getGenerics" was not found Later the make process aborts with a string of messages Error: couldn't find function ".installPackageNamespaceInfo" Any idea what could be going on? Thanks, Korbinian Korbinian Strimmer http://www.stat.uni-muenchen.de/~strimmer Dept. of Statistics, University of Munich, Ludwigstr. 33, 80539 Munich +49 89 2180-3225 (phone), -5041 (fax), strimmer@stat.uni-muenchen.de ############## here are the final bits of the make output ################### make[5]: Entering dire...
2001 Sep 24
0
syntax highlighting pattern for NEdit
Hi all, I have just uploaded an R syntax highlighting pattern for NEdit - for those that prefer Nedit over Emacs (like myself). NEdit: http://www.nedit.org R pattern: ftp://ftp.nedit.org/pub/contrib/highlighting/r.pats Comments welcome! Korbinian -- Korbinian Strimmer http://users.ox.ac.uk/~strimmer Dept. of Zoology, University of Oxford, South Parks Road, Oxford OX1 3PS +44 1865 271272 (phone), -49 (fax), korbinian.strimmer at zoo.ox.ac.uk -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing lis...
2001 Sep 07
3
State space modelling
Hi, I'm new to R and am trying to implement a state-space model, and do some simulations looking at how well it works. Does anyone have an example I could use as a template? I'm having trouble working out where to start, and haven't been able to find anything similar in the help files or on the web. My example is a surplus production fisheries model, so something similar to that
2003 Oct 20
3
R 1.8 for debian
Hello, I start running into problems with 1.7. due to packages which are only supported by 1.8., therefore I tried to get 1.8. but synaptic only shows up with 1.7.. Are there already debian 1.8 packages? Another question would be, how I can keep all my previously installed packages. will they be kept in '/usr/local/lib/R/site-library or does the new R overwrite these addional packages?
2003 Mar 07
24
Hello, I am trying to use 'R' for K-means simulatio, could you please advise me how I can read my data into a two dimesional array? Or is there any method which directly reads the excell file? Please let me know asap. Regards Skanda Kallur Cogito, Ergo Sum! Rene Descartes
2003 Dec 15
0
packages for ecologists - summary
...in a different way, please read his whole reply https:// www.stat.math.ethz.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-ly...
2012 Apr 11
1
bayesian gene network construction
Hello: I have looked at the bnlearn and deal packages for infering bayesian network. Can anyone suggest any other suitable package for constructing bayesian gene regulatory network using gene expression data? Thanks! John [[alternative HTML version deleted]]
2002 Apr 28
2
Image processing? Manipulating image data in R?
Hi! I am looking for a R library by which i can load images (i found pixmap that allows it to do). But in addition i need methods to access the data, get them for example as an array or matrix to do with this data some processing. 1. Is there a method in the pixmap library to access the matrix in which the image data is stored. 2. Is there an alternative library running under MS Windows?