search for: dbruhn

Displaying 5 results from an estimated 5 matches for "dbruhn".

2013 Jul 15
4
GlusterFS 3.4.0 and 3.3.2 released!
Hi All, 3.4.0 and 3.3.2 releases of GlusterFS are now available. GlusterFS 3.4.0 can be downloaded from [1] and release notes are available at [2]. Upgrade instructions can be found at [3]. If you would like to propose bug fix candidates or minor features for inclusion in 3.4.1, please add them at [4]. 3.3.2 packages can be downloaded from [5]. A big note of thanks to everyone who helped in
2012 Jul 12
1
Caret: Use timingSamps leads to error
...18 caret_5.15-023 foreach_1.4.0 cluster_1.14.2 reshape_0.8.4 [6] plyr_1.7.1 lattice_0.20-6 loaded via a namespace (and not attached): [1] codetools_0.2-8 compiler_2.15.0 grid_2.15.0 iterators_1.0.6 [5] tools_2.15.0 ------------------------- Thanks! -- Dominik Bruhn mailto: dominik at dbruhn.de
2012 May 21
3
Need help for R install
Dear R committee: I am Renzhi, Ph.D student in computer science in the University of Missouri. I have one question for you. I try to install R in the linux server, but I don't have the root permission, is there any way to install the R locally? Thank you very much for helping me. Renzhi Cao Graduate Research Assistant Department of Computer Science University of
2012 May 15
1
caret: Error when using rpart and CV != LOOCV
...-- Simlified Testcase III: The only CV-method which is working is 'LOOCV': --- library(caret) data(trees) formula=Volume~Girth+Height tc=trainControl(method='LOOCV') train(formula, data=trees, method='rpart', trControl=tc) --- Thanks! -- Dominik Bruhn mailto: dominik at dbruhn.de -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 262 bytes Desc: OpenPGP digital signature URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120515/71306fca/attachment.bin>
2012 Jun 09
1
caret: compare linear models of different degree
...th different formulas: --- Error in eval(expr, envir, enclos) : object 'Girth:Height' not found --- How can I set the degree used when training a linear model without changing the formula? I need the 'extractPrediction' functionallity. Thanks! -- Dominik Bruhn mailto: dominik at dbruhn.de