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”

Averaging without NAs
Ulrik Stervbo · Mar 2, 2017 · r-help

Hi Elahe, ?mean in particular the na.rm argument. HTH Ulrik On Thu, 2 Mar 2017 at 11:55 ch.elahe via R-help <r-help at r-project.org> wrote: > Hi all, > > The question seems easy but I could...

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

RStudio: Place for Storing Options
Ulrik Stervbo · Feb 9, 2017 · r-help

Hi Georg, maybe someone here knows, but I think you are more likely to get answers to Rstudio related questions with RStudio support: https://support.rstudio.com/hc/en-us Best, Ulrik On Thu, 9 Feb 2017 at 12:35...

sysdata.rda vs. rda files in data directory
Ulrike Grömping · Mar 27, 2013 · r-devel

Dear all, for everybody's benefit, here is a brief summary of what I learnt from Uwe Ligges. There is a convincing reason against combining a data directory with a datalist file only (the way for retrieving a list of...

Error: missing value where TRUE/FALSE needed
Ulrik Stervbo · Jun 9, 2016 · r-help

Dear Shashi, I don't see any code, but I will take a guess anyway: The error tells you that you try to compare a boolean with something that is not (TRUE or FALSE cannot be compared to NA). HTH...

mtext with at=NULL
Ulrike Feldmann · Feb 25, 2010 · r-help

Hello, in the help of mtext I found "at: If ?length(at)==0? (the default), the location will be determined by ?adj?" But if I use mtext( "hello world", at=NULL) there comes the following error message: Fehler in mtext...

Extracting rows of a data.frame by "identical"
Ulrik Stervbo · May 2, 2016 · r-help

Can you use subset? subset(d, b == 4 & c == 10) Best Ulrik On Tue, 3 May 2016 04:58 jpm miao, <miaojpm at gmail.com> wrote: > Is it possible? I am expecting the result to be the second row of...

Tukey HSD not fully displayed in R console
ulrike · Aug 6, 2012 · r-help

Dear all, I would like to test the differences in dependent variable X depending on 2 grouping variables of each 10 levels. I do this with a 2-way ANOVA, followed by a Tukey HSD test (TukeyHSD(x)). However, since...

fill out a PDF form in R
Ulrik Stervbo · Jul 26, 2017 · r-help

Hi Elahe, I have no clue, but maybe you can dump the data fields using pdftk, and work with those in R. HTH Ulrik On Wed, 26 Jul 2017 at 13:50 Elahe chalabi via R-help <r-help at...

reading form data from pdf forms
Ulrik Stervbo · Mar 11, 2017 · r-help

I don't know if there's a pure R option, but i believe pdftk can extract the form data which you can then manipulate in R. Best Ulrik On Sat, 11 Mar 2017, 05:14 Vijayan Padmanabhan, < padmanabhan.vijayan...

regroup row names
Ulrik Stervbo · Jul 3, 2016 · r-help

Hi Lily, you can use gsub: df$ID <- gsub("_.*", "", df$ID) HTH Ulrik On Sun, 3 Jul 2016 at 20:16 lily li <chocold12 at gmail.com> wrote: > I have a problem in changing row names in a dataframe in...

file creating
Ulrik Stervbo · Dec 10, 2017 · r-help

You could loop over the file names, read each excel file and store the individual data frames in a list using lapply. I prefer to read excel files with the package readxl. The code could be along the lines of...

Class design as used in package graphics
Ulrike Grömping · Aug 13, 2009 · r-devel

Dear developeRs, I just discovered the function plot.design in package graphics that acts as a method for class design - the second time I come across a class design outside my own packages. (The first time was in package conf...

Display image in tcl/tk information window: path to file ?
Ulrike Grömping · Sep 17, 2009 · r-devel

Dear DevelopeRs, for an R-Commander plugin, I want to display a pre-stored information image, if the user presses a button. Everything works fine with the command tcl("image", "create", "photo", "MaxC2.image", file="MaxC2res3image.gif") for image creation...

poly objects as data frame columns
Ulrike Grömping · Jul 17, 2009 · r-help

Dear UseRs, I just learnt that the number of columns of a data frame is not always what I thought it to be, and I wonder where I should have learnt about this. Consider the following example: dat <- data.frame...

Wishlist: install.packages to look for the newest version of a package (PR#13851)
Ulrike Grömping · Jul 24, 2009 · r-devel

Full_Name: Ulrike Groemping Version: 2.9.0 (and older) OS: Windows Submission from: (NULL) (84.190.173.190) When using an older version of R, packages are not found although they are available for newer versions of R and...

Method for $
Ulrike Grömping · Nov 18, 2005 · r-help

Dear R experts, I have defined a class "myclass" and would like the slots to be extractable not only by "@" but also by "$". I now try to write a method for "$" that simply executes the request object at slotname, whenever...

add value to Bar chart ggplot2
Ulrik Stervbo · May 27, 2016 · r-help

Hi Elahe, maybe this will help: http://stackoverflow.com/questions/6455088/how-to-put-labels-over-geom-bar-in-r-with-ggplot2 or this: http://stackoverflow.com/questions/12018499/how-to-put-labels-over-geom-bar-for-each-bar-in...

Time delay function or plot animation
Ulrike Grömping · Dec 12, 2005 · r-help

Dear R-help crowd, is it possible to specify a time delay for plotting the points in a curve? I would like to make the plotting process slow enough to show the development of the graph, and therefore I am...

Inserting a blank row to every other row
Ulrik Stervbo · Apr 24, 2016 · r-help

Hi Saba, I don't know how to do what you want and I also cannot see why. If you describe what you hope to achieve there might be a different solution. Best wishes Ulrik Saba Sehrish via R-help...

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