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.

187 results for “from:BXC (Bendix Carstensen)”

Splines with more restrictions
BXC (Bendix Carstensen) · Nov 4, 2015 · r-help

I would like to generate a natural spline where the slope beyond the last knot (the right outer knot) is constrained to be 0. Is that available in some package around? _____________________ Bendix Carstensen Senior Statistician Steno Diabetes Center Clinical Epidemiology...

Updated verison of Epi package: 1.0.8
BXC (Bendix Carstensen) · May 6, 2008 · r-sig-epi

The Epi package has been updated to version 1.0.8, and is now avilable on CRAN. Best regards, Bendix Carstensen package maintainer. ______________________________________________ Bendix Carstensen Senior Statistician Steno Diabetes Center Niels Steensens Vej 2-4 DK-2820 Gentofte Denmark +45...

Size of R user base
BXC (Bendix Carstensen) · Apr 20, 2004 · r-help

I wonder if there is a count of the number of downloads of each version of the R installations (for example rw1090.exe)? Bendix Carstensen ---------------------- Bendix Carstensen Senior Statistician Steno Diabetes Center Niels Steensens Vej 2 DK-2820 Gentofte Denmark...

Code for a plot of a DNA double helix?
BXC (Bendix Carstensen) · Jan 25, 2012 · r-help

Does anyone have a piece of R-code that draws a nice picture of a (piece of a) DNA double helix? B.r. Bendix _____________________________________________ Bendix Carstensen Senior Statistician Epidemiology Steno Diabetes Center A/S Niels Steensens Vej 2-4 DK...

print format for difftime
BXC (Bendix Carstensen) · May 20, 2005 · r-help

Has anyone written a function that will print a difftime in the form: hh:mm:ss or yy-mm-dd hh:mm:ss depending on the actual size. (sloppy notation for months/minutes, but surely you get the point). Bendix...

Epi 2.0 out now
BXC (Bendix Carstensen) · Jan 8, 2016 · r-sig-epi

Dear list members, We have just released Epi 2.0 on CRAN, so you should be able to upgrade. Moreover, the traditional SPE course in Tartu, Estonia have now been fixed to the dates Fri 17th - Wed 22nd June 2016...

pretty for a log-axis
BXC (Bendix Carstensen) · Apr 15, 2004 · r-help

Is there a function that does the same as pretty but on a log-scale? Suppose you have x <- exp( runif( 100, 0, 6 ) ) (which will between 1 and 403), then I would like to have a result like: log...

Combining levels of factors
BXC (Bendix Carstensen) · Aug 11, 2011 · r-devel

The existing relevel() function in "stats" could conveniently be replaced with the Relevel() from the "Epi" package, which gives some added functionality: - Moving more than one level up first - Allowing to combine levels of factors This functionality is not something...

Month names
BXC (Bendix Carstensen) · May 24, 2004 · r-help

This is how I get the month names from within R: > mon <- rep(strptime("01/01/1952", format = "%d/%m/%Y"), 12) > mon$mon <- mon$mon + 0:11 > mnam <- months(mon, abbreviate = F) > mnam [1] "januar" "februar" "marts" "april" "maj...

save plot as jpg/gif
BXC (Bendix Carstensen) · Feb 21, 2005 · r-help

?Devices > -----Original Message----- > From: r-help-bounces at stat.math.ethz.ch > [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Liu, Jane > Sent: Monday, February 21, 2005 10:14 AM > To: RHELP > Subject: [R] save plot...

Margins on tables
BXC (Bendix Carstensen) · Mar 2, 2004 · r-devel

It has long been a nuisance to me not being able to form margins on multiway tables in a simple fashion, so i wrote margins(). In my opinion it should go into the base package. The code and the documentation...

The TeX-source for the package manual.
BXC (Bendix Carstensen) · Jan 12, 2010 · r-help

I have noted that the later versions of Rcmd check cleans out the directory pkg.Rcheck so that only package-manual.log and package-manual.pdf are left. Formerly the package-manual.tex was around too --- very handy for various...

Epi 1.0.12 is on CRAN
BXC (Bendix Carstensen) · Apr 30, 2009 · r-sig-epi

The latest update of Epi, 1.0.12, is now avaialble at CRAN. A few extra features for the APC-function have been added, and some incompatibilities with the new syntax for survfit have been fixed. The Vignette explaining the...

capture-recapture estimation methods
BXC (Bendix Carstensen) · Oct 4, 2007 · r-sig-epi

I am not quite sure what you mean, but have a look at: ?lapply Best Bendix > -----Original Message----- > From: r-sig-epi-bounces at stat.math.ethz.ch > [mailto:r-sig-epi-bounces at stat.math.ethz.ch] On Behalf...

Computing plot size in Sweave
BXC (Bendix Carstensen) · Feb 20, 2012 · r-help

Sometimes you want to compute the physical size of a plot based on data. In R itself this is no problem. But is there a way to compute the values of height and width in S-weave, say: <<graph,fig...

Writing a tabel in LaTeX-format
BXC (Bendix Carstensen) · Sep 7, 2000 · r-help

I have a vague recollection of seeing a R-function that will output a table or matix in a format suitable for the tabular enviroment in LaTeX. But I cannot find it. Any hints? Bendix ---------------------- Bendix Carstensen Senior Statistician Steno...

Epi 1.1.44
BXC (Bendix Carstensen) · Feb 8, 2013 · r-sig-epi

The Epi package have just been updated to 1.1.44, and is now on CRAN, http://cran.r-project.org/web/packages/Epi/index.html - a bug in ROC have been fixed. Now the AUC is computed correctly. - the...

latex function in Hmisc
BXC (Bendix Carstensen) · Jun 7, 2004 · r-help

Is there a way to prevent latex.default() from starting LaTeX and JUST create the file requested? I generate a number of LaTeX tables for inclusion in a document running R in batch, and I don't want a lot...

Epi version 1.1.40 is now available
BXC (Bendix Carstensen) · Nov 5, 2012 · r-sig-epi

Dear all, An updated version, 1.1.40, of Epi is now available on CRAN. A number of small bugs have been fixed; the main amendments are: effx now allows RR for binary data (via the log-link for binomial...

Epi package
BXC (Bendix Carstensen) · Jun 19, 2005 · r-packages

There is now an Epi-package on CRAN. It is intended for epidemiological analysis in R. It has its own homepage, http://www.pubhealth.ku.dk/~bxc/Epi The package has been used at the course "Statistical practise in Epidemiology...

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