Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

362 results for “from:ulrike”

Whine in dual core Windows PC if R uses full CPU capacity
Ulrike Grömping · Jan 15, 2007 · r-devel

An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-devel/attachments/20070115/823448e9/attachment.pl

Whine in dual core Windows PC if R uses full CPU capacity
Ulrike Grömping · Jan 15, 2007 · r-devel

An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-devel/attachments/20070115/2d3ee0a0/attachment.pl

Registered S3 methods not found: Documentation bug or anomaly in function update or ... ?
Ulrike Grömping · Nov 4, 2009 · r-devel

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20091104/6b08b7d6/attachment.pl>

relaimpo: CRAN package for relative importance in linear regression
Ulrike Grömping · Jul 5, 2006 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20060705/51983db1/attachment.pl -------------- next part -------------- _______________________________________________ R-packages mailing list R-packages at stat.math.ethz.ch https://stat.ethz...

missing data imputation - simulation
Ulrike Grömping · Jun 4, 2008 · r-help

Birgit, not knowing your data, I would recommend R-package "mice" or function aregImpute from R-package Hmisc as good multi-purpose tools. Regards, Ulrike -- View this message in context: http://www.nabble.com/missing-data-imputation---simulation-tp17642736p17643601.html...

Two R sessions on multicore computer seem to inhibit each other ?
Ulrike Grömping · Jul 12, 2012 · r-help

P.S.: I should have mentioned: The operating system is Windows XP. -- View this message in context: http://r.789695.n4.nabble.com/Two-R-sessions-on-multicore-computer-seem-to-inhibit-each-other-tp4636336p4636355.html Sent from the R...

Execute R commands from within matlab
Ulrike Schmid · Apr 5, 2006 · r-help

I want to execute R commands from within MATLAB. After installing Robert Hensons Matlab R-link (Matlab Central File Exchange), which works well for some operations (evalR('object<-lm(formula<-x~y)') ) it has problems with others (evalR('object<-lars...

as.character on NaN gives "NaN", is that intentional?
Ulrike Grömping · Sep 7, 2010 · r-devel

Dear DevelopeRs, I am surprised about the outcome of the second command: str(as.character(as.numeric("ee"))) str(as.character(log(-1))) I would have expected a character NA. Is there an intention behind this behavior? Best, Ulrike -- ***************************************************** * Ulrike...

Two R sessions on multicore computer seem to inhibit each other ?
Ulrike Grömping · Jul 12, 2012 · r-help

Thanks to both of you, you are probably right that memory is the limiting factor. I have no knowledge about the available memory on the lab machines, but I will find out and make sure that this is the explanation...

Change devAskNewPage setting on Escape?
Ulrike Grömping · May 24, 2013 · r-help

Dear helpeRs, I would like to include generation of a potentially large number of plots, and modify the ask settings using the devAskNewPage function, and return it back to its original state afterwards. It is not unlikely that the user...

Link to pdf documentation from other package ?
Ulrike Grömping · Nov 18, 2009 · r-devel

Dear developeRs, I have not found anything recent about how to link to a vignette or other documentation from within Rd-files. Is this now possible with the new help system ? For example, I would like to link to the...

hierarchical partitioning
Ulrike Grömping · Mar 16, 2006 · r-help

Dear Meike, a variable with negative entry for J in IJ (I cannot become negative) explains more in the joint model than it can explain when alone in the model. You can find discussions of such phenomena e.g. under...

Major update to package relimpo: Version 2.0
Ulrike Grömping · Nov 23, 2007 · r-packages

Dear userRs, Version 2.0 of package relaimpo is on CRAN (and on my homepage with an additional metric for non-US users). It contains several major improvements: - usage of factors - incorporation of interactions (for metric lmg only) - incorporation of...

directives to explicitely exclude objects from import into namespaces
Ulrike Grömping · Sep 7, 2013 · r-devel

I also second Peter's proposal. I think that it is particularly helpful to save time for maintainers of packages that were developed a longer time ago. When writing new packages, it is relatively easy to keep track of which...

Levels in returned data.frame after subset
Ulrik Stervbo · Sep 4, 2010 · r-help

Dear List, When I subset a data.frame, the levels are not re-adjusted (see example). Why is this? Am I missing out on some basic stuff here? Thanks Ulrik > m <- data.frame(gender = c("M", "M","F"), ht = c...

Bug in function boxplot's axis labeling
Ulrike Grömping · May 6, 2019 · r-devel

Dear developeRs, I appreciate that boxplot now labels the axes with variable names per default. However, with argument "horizontal=TRUE" (which I always use), the default axis labels are mixed up, as can e.g. be seen with require(boot...

New Cran Task View: ExperimentalDesign
Ulrike Grömping · Dec 21, 2007 · r-help

Dear UseRs, the new Task View "ExperimentalDesign" (Title: Design of Experiments (DoE) & Analysis of Experimental Data) has just been uploaded to CRAN. It covers packages that have functionalities for designing experiments or specific tools for analyzing data from designed experiments...

Strange behavior of pretty
Ulrike Grömping · Nov 3, 2007 · r-devel

Dear all, I got stuck with a weird behavior of pretty: pretty(c(-1,1),n=1) yields -2, 0, 2 instead of the desired result -1 1. Likewise, pretty(c(-2,2),n=1) yields -5, 0, 5 instead...

Assignment of individual values to data frame columns: intentional or unintentional behavior?
Ulrike Grömping · Aug 5, 2010 · r-devel

Dear developeRs, I have just discovered a strange feature when assigning some values to columns of a data frame: The column is matched by partial matching (as documented), but when assigning a value, a new column with the partial name...

How do I provide path character string to extdata content?
Ulrike Grömping · Feb 16, 2015 · r-help

Dear helpeRs, I have some png files in the inst/extdata directory of a package (e.g., man.png), and I want to provide character strings containing the paths to these files; of course, these path strings have to depend...

Can't find what you're looking for? Try searching with Google .