search for: hofner

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

Did you mean: hofer
2008 Nov 18
1
Wishlist - better object.size() function
...gb = object.size(x)/(1024^3)) cat(round(RET,digits), type, "\n") invisible(RET) } I think this would improve the usability of the function a lot. Thanks, Benjamin -- ****************************************************************************** Dipl.-Stat. Benjamin Hofner Institut f?r Medizininformatik, Biometrie und Epidemiologie Friedrich-Alexander-Universit?t Erlangen-N?rnberg Waldstr. 6 - 91054 Erlangen - Germany Tel: +49-9131-85-22707 Fax: +49-9131-85-25740 http://www.imbe.med.uni-erlangen.de/~hofnerb/ http://www.benjaminhofner.de **************************...
2010 Feb 10
1
Vacancy for Lecturer, Department of Statistics, University of Waikato, New Zealand
Vacancy number 300014 LECTURER Department of Statistics School of Computing and Mathematical Sciences University of Waikato Hamilton, New Zealand You should have a PhD in Statistics, or equivalent, and will have demonstrated the ability to sustain a successful teaching and research career. You will be expected to contribute towards the Department?s undergraduate and graduate teaching
2012 Aug 24
1
Suggestion: Specify default of "pch" in the manual
Both, in the manuals for par() and points() I could not find a note on the default value of "pch". I think it would be rather helpful to add a note that the default is 1 (in both manuals). This would, for example, help users that want to draw a legend. And yes, I know that one can obtain the default by inspecting par() but I think for many users (especially beginneRs) this is not
2010 Feb 02
0
Major update: mboost 2.0-0 released
...cated - argument "center" in bols replaced with "intercept" - argument "z" in base-learners replaced with "by" - bns and bss deprecated -- ****************************************************************************** Dipl.-Stat. Benjamin Hofner Institut f?r Medizininformatik, Biometrie und Epidemiologie Friedrich-Alexander-Universit?t Erlangen-N?rnberg Waldstr. 6 - 91054 Erlangen - Germany benjamin.hofner at imbe.med.uni-erlangen.de http://www.imbe.med.uni-erlangen.de/~hofnerb/ http://www.benjaminhofner.de ____________________________...
2010 Feb 02
0
Major update: mboost 2.0-0 released
...cated - argument "center" in bols replaced with "intercept" - argument "z" in base-learners replaced with "by" - bns and bss deprecated -- ****************************************************************************** Dipl.-Stat. Benjamin Hofner Institut f?r Medizininformatik, Biometrie und Epidemiologie Friedrich-Alexander-Universit?t Erlangen-N?rnberg Waldstr. 6 - 91054 Erlangen - Germany benjamin.hofner at imbe.med.uni-erlangen.de http://www.imbe.med.uni-erlangen.de/~hofnerb/ http://www.benjaminhofner.de ____________________________...
2013 Sep 12
1
Importing packages in Depend
Hi, I am currently preparing a new version of my package papeR. When I run R CMD check using the development version of R I get the following note: Package in Depends field not imported from: ?nlme?, ?lme4?, ?survival? These packages needs to imported from for the case when this namespace is loaded but not attached. I now have problems to fix this issue. It is easy to get rid of two of the
2010 Oct 20
1
problem with predict(mboost,...)
Hi, I use a mboost model to predict my dependent variable on new data. I get the following warning message: In bs(mf[[i]], knots = args$knots[[i]]$knots, degree = args$degree, : some 'x' values beyond boundary knots may cause ill-conditioned bases The new predicted values are partly negative although the variable in the training data ranges from 3 to 8 on a numeric scale. In order to
2010 Mar 19
0
mboost: Interpreting coefficients from glmboost if center=TRUE
...t; >> and provide commented, minimal, self-contained, reproducible code. > > > > David Winsemius, MD > > Heritage Laboratories > > West Hartford, CT > > -- ****************************************************************************** Dipl.-Stat. Benjamin Hofner Institut f?r Medizininformatik, Biometrie und Epidemiologie Friedrich-Alexander-Universit?t Erlangen-N?rnberg benjamin.hofner at imbe.med.uni-erlangen.de http://www.imbe.med.uni-erlangen.de/~hofnerb/ http://www.benjaminhofner.de
2013 Feb 05
1
How to use summary.mer inside a package?
I have a question regarding the build of my project papeR (hosted on R-forge http://r-forge.r-project.org/R/?group_id=1574) with respect to lme4. Both, Windows and MacOS are complaining that lme4 doesn't export summary: Error : object 'summary' is not exported by 'namespace:lme4' ERROR: lazy loading failed for package 'papeR' Linux however builds the project
2012 Dec 10
1
Generate .Rout.save files for vignettes
I am looking for a way to generate .Rout.save files for vignettes. The manual "Writing R Extensions" states here [1] in item number 20: "If there is a target output file .Rout.save in the vignette source directory, the output from running the code in that vignette is compared with the target output file." Yet, there is no pointer on how to get the correct .Rout.save files
2015 Nov 19
0
format.pval
Today I stumbled upon a very strange behaviour of format.pval. If all p values are below the threshold eps one gets format.pval(c(0.0002, 0.0004), eps = 0.001) ## [1] "< 0.001" "< 0.001" format.pval(0.0004, eps = 0.001) ## [1] "< 0.001" i.e., "< [eps]" as described in the manual of format.eps. Yet, if one ore more are above (and one or more
2014 Apr 15
0
Problem: Importing two packages which export a function with the same name
Hi all, I am currently updating our package gamboostLSS which depends on package mboost *and* on package gamlss.dist. From mboost we use a lot of the fitting infrastructure and from gamlss.dist we obtain the relevant loss functions (aka families) used for fitting and corresponding quantile functions. Furthermore, we use the Family() function from package mboost. However, if I depend on both