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.

142 results for “from:Ulrike Grömping”

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...

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...

Misleading sentence in documentation of data.frame (PR#13850)
Ulrike Grömping · Jul 24, 2009 · r-devel

Full_Name: Ulrike Groemping Version: 2.9.0 OS: Windows Submission from: (NULL) (84.190.173.190) The documentation for data.frame contains the sentence "A data frame is a list of variables of the same length with unique row...

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

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...

Bug in calculation of overdispersion for quasibinomial grouped
Ulrike Grömping · Apr 26, 2010 · r-devel

A quick addition: SAS PROC LOGISTIC with option SCALE=PEARSON only calculates what R calculates in the grouped version; this is forced by refusing to calculate a FI estimate for ungrouped data, unless an AGGREGATE option is specified. Apparently, SAS...

[R-pkg-devel] Unfortunate function name generic.something
Ulrike Grömping · May 5, 2023 · r-package-devel

Dear package developeRs, I am working on fixing some notes regarding package DoE.base. One note refers to the function levels.no and complains that the function is not documented as a method for the generic function levels. Actually, it...

[R-pkg-devel] Undeclared packages ... in Rd xrefs
Ulrike Grömping · Feb 1, 2021 · r-package-devel

Dear package developeRs, under the Fedora clang checks, I find the note "Undeclared packages ?FrF2?, ?DoE.wrapper?, ?sfsmisc?, ?DoE.MIParray?, ?planor? in Rd xrefs" for my package DoE.base. I understand that package planor has been archived from CRAN; I...

[R-gui] Good Tcl/tk widget reference?
Ulrike Grömping · Sep 16, 2010 · r-sig-gui

Erin, there is one that comes with your R installation, at least if you are on Windows. On my Windoes R 2.11.0, this is the path: C:\Programme\R\R-2.11.0\Tcl\doc\tcltk85.chm Best...

Cannot activate chm help in R 2.10
Ulrike Grömping · Oct 27, 2009 · r-help

Duncan Murdoch-2 wrote: > > Ulrike Groemping wrote: > ... >> My system is Windows XP, German locale computer. On installation, I was >> asked to decide for text or html help and chose html (there was no radio >> button for chm help). > ... > > If you...

Reason for difference in singular value decomposition produced by function La.svd (via prcomp)?
Ulrike Grömping · Aug 8, 2013 · r-help

Dear expeRts, I have run some simulations under R 2.15.1 on a Mac, and I have rerun a sample of them under R 3.0.1 on Windows (and also for comparison under R2.14.1 on Windows...

[R-gui] tcltk notebook question: Accessing tabs in ttknotebooks
Ulrike Grömping · May 5, 2009 · r-sig-gui

Dear John, dear all, while John's solution helped nicely for modifying the state of a tab, I am again stuck with selecting a tab. I've managed to capture the tabs numeric id (0-based). But using tkselect or...

Question regarding lu in package Matrix
Ulrike Grömping · Jul 9, 2008 · r-help

Dear R-helpers, I have a question regarding LU-decomposition with function lu in package Matrix. The following simple example confuses me: Why is as.matrix(elu$U) not an upper triangular matrix? u3 <- matrix(c(1,1,1,1...

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