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.

550 results for “from:Jens”

long character data
Jens Oehlschlägel-Akiyoshi · Jan 31, 2000 · r-help

Hi, When trying to generate very long strings, my R hangs without any error message, even if given much memory. # e.g. x <- character(10) for (i in 1:10) x[i] <- paste(1:1000, collapse="abc") paste(x, collapse...

ff objects saving problem
Jens Oehlschlägel · Nov 10, 2010 · r-sig-hpc

Xiaobo, You indeed need external 'zip' and 'unzip' utlities in the path, citing from ffsave's help: "using an external zip utility, e.g. for windows in Rtools on [http://www.murdoch-sutherland.com/Rtools/]". Please note that the mentioned...

BUG?
Jens Oehlschlägel-Akiyoshi · Dec 20, 1999 · r-help

Hi, under RW0.651 and RW0.091 I found > x <- data.frame(char=I(letters[1:3]), num=1:3, log=c(TRUE, FALSE, NA), fak=factor(letters[24:26])) > x char num log fak 1 a 1 TRUE x...

How to return a big treelike list from .Call Interface (protect stack overflow)
Jens Oehlschlägel · Nov 18, 2003 · r-help

I try to create a big treelike list structure using the RDefines/RInternal macros. The tree carries information at each node (attribute list) and at each leaf (vector). My understanding is that for each node I add to the binary...

aggregate over x cases
Jens Bölte · May 11, 2009 · r-help

Hello, I have been struggling for quite some time to find a solution for the following problem. I have a data frame which is organized by block and trial. Each trial is represented across several rows in this data frame...

new chron problems in RW0990
Jens Oehlschlägel-Akiyoshi · Feb 15, 2000 · r-devel

Kurt Hornik wrote > Note that currently, chron/dates only supports formats like "m/d/y" or > "mdy" where all three signify (2-digit) abbreviations However, the older version of chron DID allow creating CORRECT chron objects with mm/dd/yyyy...

Filled contour
Jens Nieschulze · Sep 27, 2001 · r-help

On Thu, 27 Sep 2001, Baju Indradjaja wrote: > > Hello, > I am a new member since a few months ago. I have a simple question: > How I make a filled contour ? I am sorry if this question already > asked before. Perhaps...

nearest correlation to polychoric
Jens Oehlschlägel · Jul 13, 2007 · r-help

Dear all, Has someone implemented in R (or any other language) Knol DL, ten Berge JMF. Least-squares approximation of an improper correlation matrix by a proper one. Psychometrika, 1989, 54, 53-61. or any other similar algorithm? Best regards...

different subscripting behaviour using $<- or [<- for data.frames (PR#387)
Jens Oehlschlägel-Akiyoshi · Dec 23, 1999 · r-devel

I observe if > char <- letters[1:2] > fac <- factor(char) > dd <- data.frame(char=I(char), fac=fac) then > dd[,"char"] <- char > dd[,"char"] [1] a b Levels: a b and > dd$char <- char > dd$char [1] "a" "b" are...

questions on csv reading
Jens Oehlschlägel · Sep 26, 2009 · r-help

Hi, Is there any official way to determine the colClasses of a data.frame? Why has POSIXct such a strange class structure? Why is colClasses "ordered" not allowed (and doesn't work)? Background ========== I am writing a chunked csv reader...

paste with a matrix
Jens Oehlschlägel-Akiyoshi · Jan 26, 2000 · r-help

Hi, below is a function which pastes a matrix, but uses parsing (deparse(substitute()) and eval()). Does anyone know a more standard solution to pasting a matrix? Best Jens > paste.matrix(dd, sep=" ", collapse=NULL) [1] "1 a" "2 b...

scan empty strings or data without NAs??
Jens Oehlschlägel-Akiyoshi · Jan 3, 2000 · r-help

I just discovered that it is not possible to read in data with scan() and to have no na.strings at all scan(na.strings=NULL) gives an error message "invalid na.strings value". Furthermore it is not possible to...

hide solid lines in symbols
Jens Schmidt · Sep 19, 2000 · r-help

On 19 Sep 2000, Peter Dalgaard BSA wrote: > Jens Schmidt <schmidtj at Rcs1.urz.tu-dresden.de> writes: > > > Is it possible creating line plots with symbols so, that the solid line > > doesn't appear in the symbol background. When I...

make.socket() fails under Windows NT (2nd)
Jens Oehlschlägel-Akiyoshi · Oct 25, 1999 · r-help

Some days ago I asked for help because make.socket() failed under WinNT (RW-0.64.2). Thanks to Brian D. Ripley and Thomas Lumley, I learned that there was a problem with pre-compiler flags, and that RW-0...

- Estimate LD50 with bnlr{gnlm}
Jens Schmidt · Oct 27, 2000 · r-help

Hi, I'm not yet familar with GLM and still learning. How can I perform a BNL (to estimate LDp values) with matrixes like this (N indicates the observed objects): data from: Kerr D, Meador J. 1996. "Modeling Dose Response...

please help with estimation of true correlations and reliabilities
Jens Oehlschlägel · May 13, 2004 · r-help

Can someone point me to literature and/or R software to solve the following problem: Assume n true scores t measured as x with uncorrelated errors e , i.e. x = t + e and assume each true score to a have...

Delete Columns with zeros
Jens Oldeland · Jan 31, 2008 · r-help

Hi, I know there have been some discussions on that topic. all their solutions failed in my case... My problem is that I have a dataframe with many zeros. but while plotting they are not useful. so I want to...

different subscripting behaviour using $<- or [<- for data.frames
Jens Oehlschlägel-Akiyoshi · Dec 22, 1999 · r-help

Before sending to r-bugs, I ask here: If > char <- letters[1:2] > fac <- factor(char) > dd <- data.frame(char=I(char), fac=fac) then > dd[,"char"] <- char > dd[,"char"] [1] a b Levels: a b and > dd$char <- char...

ff objects and ordinary analytical functions.
Jens Oehlschlägel · Aug 2, 2010 · r-help

Xiaobo.Gu, > Can the plenty of analytical functions provided by base R and contributed packages be called with ff objects as parameters directly, or do we have to write special version of the functions for ff objects? If it is...

qt(p,df) discontinuous in p for df in 1.01->1.7 (PR#2991)
jens.lund@nordea.com · May 13, 2003 · r-devel

Full_Name: Jens Lund Version: Version 1.7.0 (2003-04-16) OS: Win NT 4.0 SP 6 Submission from: (NULL) (193.3.225.210) As the T distribution is symmetrical around 0 qt(0.5,df) should return...

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