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.

206 results for “from:Troels Ring”

too large alpha or beta in dbeta ?
Troels Ring · Aug 24, 2000 · r-help

Dear friends. Is this as expected ? Is alpha and beta too large simply ? > dbeta(.1,534,646) [1] NaN Warning message: NaNs produced in: dbeta(x, shape1, shape2, log) Best wishes Troels -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci...

No subject
Troels Ring · Dec 22, 1999 · r-help

Dear friends. I've forgotten how to simulate data with a known correlation, e.g. only two columns. I'd be most pleased to be told. Thanks in advance Troels Ring, M.D Department of Nephrology Aalborg, Denmark tring at...

lme:problem solved after proper updating
Troels Ring · Jun 3, 1999 · r-help

Dear friends. I just want to assure you that after downloading the newest 0.64.1 R the LME problem vanished. Thank you very much for your efforts and help. Troels Ring, MD Department of Nephrology Aalborg Hospital Aalborg Denmark...

horsekicks
Troels Ring · Nov 24, 2001 · r-help

Dear friends. I have these well known data on horsekicks: years <- c(109, 65, 22, 3 , 1, 0) deaths <- 0:5 and get a nice but wrong fit from summary(z1 <- glm(years~deaths,family=poisson)) Can I take away...

gathering denominator under frac
Troels Ring · Feb 2, 2024 · r-help

Hi friends - I'm plotting a ratio of bicarbonates i ggplot2 and ylab(expression(paste(frac("additive BIC","true BIC")))) worked OK - but now I have been asked to put the chemistry instead - so I wrote ?ylab(expression(paste(frac...

Rmpfr into data.frame
Troels Ring · Nov 7, 2016 · r-help

Dear friends - Windows, R version 3.2.1 I wanted to make a ggplot2 using Rmpfr high precision data - but cannot make the data into a data.frame, as wanted by ggplot2. Hence library(Rmpfr) a <- mpfr(1,120) b...

dataframe rbind
Troels Ring · Dec 4, 2015 · r-help

Dear friends - I have a very simple question - I generate a number of dataframes with identical names and want to combine them into one large dataframe with the same names - here is an example DF <- data.frame(a=rnorm(10...

ordered factor and table
Troels Ring · Sep 1, 2008 · r-help

dear friends - I have an ordered factor, ID, in a data.frame, labs, and make a table, aa <- with(labs,table(val >150,ID)) - and now the order in the table is according to the alphabetic order in ID, and...

survival in R
Troels Ring · May 24, 2013 · r-help

Dear friends - I hope it is OK to ask a question on the principles of survival analysis. I'm a medical person in this project, but wonders about the statistical methods proposed. We have a huge dataset and assumption of...

No subject
Troels Ring · Oct 29, 1999 · r-help

Dear friends. I just downloaded tseries dated 27.10.99 (from Aalborg, Denmark) and it seems it lacked something, library ts was not available ? What to do ? > library(tseries) Loading required package: ts Warning: There is no package called `ts...

pch as single character
Troels Ring · Nov 30, 2002 · r-help

Dear friends - using windows xp and R1.6.1 when doing x <- 12 as.character(x) [1] "12" plot(1,2,pch=as.character(x)) the interesting point is marked with: 1 whereas I would like to see 12. In...

simple problem with unquoting argument
Troels Ring · Jul 3, 2024 · r-help

Hi? friends - I'm in problems finding out how to unquote - I have a series of vectors named adds1....adds11 and need to e.g. find the sum of each of them So I try SS <- c() for (i in...

PAR(las)
Troels Ring · Jan 12, 1999 · r-help

Dear friends. In the documentation for PAR it is specified that "las" allowing turning axis labels away from default=parallel to axis is not implemented. I need to make graphs with horizontal Y axis labels - how to ? I'm using...

R-beta: windows and dynload.
Troels Ring · Sep 16, 1998 · r-help

I get an error: Error in dyn.load(file) : unable to load shared library "D:\R_CODA\RW0613\library\eda\libs\eda.dll" with almost all the packages. I tried to use "require" and tried also to copy the dll...

R-beta: help ((message first bounced because of subject -- your admin.))
Troels Ring · Nov 22, 1997 · r-help

The help file provided within the rsept.zip is somewhat outdated compared to the one available on http://www.stat.math.ethz.ch/R/manual/; would it be possible to update the file for a more easy download instead of...

truncated regressor
Troels Ring · May 14, 2000 · r-help

Dear friends. I have the problem of assessing the importance of bleeding times censored at 20 minutes for predicting blood loss incurred after a liver biopsy. How would I use the knowledge that the censored values were 20 minutes or...

No subject
Troels Ring · Oct 18, 1999 · r-help

Dear friends. When using in windows version the menu function to change directory, what actions are actually performed, i.e. what commands could I write to a file to make a CD ? I couldn't find it mentioned anywhere - undoubtedly...

time conversions
Troels Ring · Feb 18, 2015 · r-help

dear friends - sorry to ask another simple question - I have dates set up as this: dates #[1] 2003-01-21 01:08:00 To handle it I did as.POSIXlt(dates) "2003-01-21 01:08:00 CET" but noticed...

predict problem - solved
Troels Ring · Apr 9, 2001 · r-help

Faster than the wind several people spotted the errors >while this refuses to take the "new" and predict ? >lot <- c(30,20,60,80,40,50,60,30,70,60) >hours <- c(73,50,128,170,87,108,135,69...

basic graphics
Troels Ring · Dec 7, 1998 · r-help

Dear friends. Is there some basic text to browse for a beginner in R on graphics capabilities ? I wanted to produce a simple graph of Y~X with Y in three groups and would like to specify symbols and colours...

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