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”

Help with read.csv.sql()
Ulrik Stervbo · Jul 29, 2020 · r-help

True, but the question was also how to control for formats and naming columns while loading the file. The only way I know how to do this (sans work on my part) is through the functions in readr. So, 50...

Bug in str or issue with class management in my package?
Ulrike Grömping · Mar 23, 2007 · r-devel

Dear developeRs, with R 2.4.1 (and also 2.4.0), the function str() fails on objects of class relimplmbooteval, if there are unused slots, which is very often the case. I am not sure whether this is a...

Help with issues for update when defining S3 methods for lm
Ulrike Grömping · Nov 2, 2009 · r-devel

Dear expeRts, in my package DoE.base, I have defined a generic for lm (lm <- function(formula, ...){UseMethod("lm")}) and functions lm.design and lm.default (lm.default <- stats::lm). The namespace exports "lm", and defines the methods with S3method...

dynamic factor analyis
Ulrike Scharfenberger · Oct 20, 2010 · r-help

Dear R users, I want to model some time series data with the help of "dynamic factor analysis", as described by A.F.Zuur in "Dynamic factor analysis to estimate common trends in fisheries time series". Unfortunately the only implementation...

Sourcing files with Umlaut in path no longer works
Ulrike Grömping · Nov 21, 2012 · r-help

Dear helpeRs, on my new machine - Windows 7 64Bit, R 2.15-2, I can no longer source files for which the path contains the o-Umlaut (?). As a historical burden, my username is Gr?mping and contains that Umlaut...

questions on subscores.
Ulrik Stervbo · May 14, 2018 · r-help

I have no idea, but Google pointed me to this https://cran.r-project.org/web/packages/subscore/index.html Hth Ulrik "Hyunju Kim" <asdfg4882 at yonsei.ac.kr> schrieb am Di., 15. Mai 2018, 07:21: > > > > Hello, > > > > I want...

Formatting column displays
Ulrik Stervbo · May 5, 2017 · r-help

Hi Bruce, display as in the console or as a table for presentation? For the latter, look at sprintf: sprintf("%,1f", 1) sprintf("%.2f", 2.5678) sprintf("$%.3f", 2.5678) HTH Ulrik On Fri, 5 May 2017 at 14:08...

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

Dear all, I just tried to be fast for once, installed R 2.10 and also newly installed all previously-installed packages. However, now all my help files are text only, which is of course a pity with the new...

Calculation of time for 5000 simulation study
Ulrik Stervbo · Jan 10, 2016 · r-help

Hi Muhammad, is the system.time() function what you are looking for? You can use it like this: system.time(for(i in 1:100) mad(runif(1000))) or f1 <- function(){ for(i in 1:100) mad(runif(1000)) } system...

Reg : : How to plot the live streaming graph in R ?
Ulrik Stervbo · Oct 21, 2016 · r-help

Hi Manu, I'm by far no expert, but if you use Shiny I believe you can refresh using 'reactiveTimer' and just plot the last n points HTH Ulrik On Fri, 21 Oct 2016 at 08:53 Manohar Reddy <manu...

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

Dear expeRts, I previously posted this message to R-help and did not get a response, therefore I now try here, with a few additional system details added. I have run some simulations under R 2.15.1 on a...

How to scale circle sizes in VennDiagram using draw.triple.venn
Ulrik Stervbo · Dec 16, 2016 · r-help

I usually use the package Vennerable for all my Venn needs. It also has the option to draw weighted diagrams. HTH Ulrik Yung-Chih Lai <yungchihlai at gmail.com> schrieb am Fr., 16. Dez. 2016, 21:40: > Hi, > > > The below...

[R-gui] Simple way to ask user for text string with R-commander plugin ?
Ulrike Grömping · May 4, 2009 · r-sig-gui

Greg Snow schrieb: > Can you show some minimal code showing what you have tried? > > One possibility is that you are not waiting for the pop-up box to close but returning the (empty) string value immediately, but there could be...

Semi-automated testing of function with GUI-inputs?
Ulrike Grömping · Jul 16, 2009 · r-devel

Dear DevelopeRs, I have written a version of function fix for my class design (data frame with attributes) that is supposed to allow users to type in some additional variables, while preserving the attributes, as long as no forbidden edits...

Unable to Load package Rcmdr after installation
Ulrik Stervbo · Mar 9, 2017 · r-help

Hi Paul, The error tells you, that the 'Hmisc' does not exist on your system. If you install it, everything should work. Use install.packages with dependencies = TRUE to avoid the problem of missing packages. HTH Ulrik On Thu, 9...

rename multiple files by file.rename or other functions
Ulrik Stervbo · Sep 28, 2017 · r-help

Hi John, I don't know how to do this with R, but on Linux I'd use rename (or maybe even by hand if it's a one time event). On Windows I believe there is a tool called...

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

Duncan Murdoch-2 wrote: > > Ulrike Groemping wrote: >> 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...

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

On second thought, you could also use pdftk to fill out the pdf form with data generated in R. On Wed, 26 Jul 2017 at 14:01 Ulrik Stervbo <ulrik.stervbo at gmail.com> wrote: > Hi Elahe, > > I have no...

R and SAS proc format
Ulrike Grömping · Mar 6, 2007 · r-help

The down side to R's factor solution: The numerical values of factors are always 1 to number of levels. Thus, it can be tough and requires great care to work with studies that have both numerical values different from...

Reading a list of mixed type values
Ulrike Grömping · Mar 16, 2006 · r-help

Dear helpeRs, I have a?column of various different entry types denoting missing value codes for a data frame. Elements can be numbers (e.g. 9), combinations of numbers e.g. in the form c(0,9,99), or NULL...

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