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”

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

Dear John, Dear Joseph, Thank you for your quick answers and the pointer to semnet. I try to clarify on my assumptions: - yes, I am willing to assume multivariate normality - no, I don't want to assume a single factor...

ff package Help
Jens Oehlschlägel · Mar 10, 2013 · r-sig-hpc

Hi Lucas, the examples below give you an idea how to add a column to an ffdf. library(ff) # physically single columns x<-ff(runif(10,0,1)) y<-ff(runif(10,-1,1)) z<-ff(runif(10,2,3...

applying scan() and read.table() to strings
Jens Oehlschlägel-Akiyoshi · Jun 27, 2000 · r-help

If I receive ASCII data through the socket-interface, how can I apply scan() and read.table() to this character data? scan() seems to read only from file or keyboard, read.table only from file. Thanks for any help Regards...

Item Similarity in Scale Analysis?
Jens Oehlschlägel · May 5, 2004 · r-help

Does anyone know about R code for the methods presented in "Item Similarity in Scale Analysis" in Political Analysis, 2000, 8:3, 261-283 by Marco R. Steenbergen? (seems to be a variant of Item Similarity Index from Hunter 1973...

R and threading
Jens Scheidtmann · Feb 15, 2007 · r-help

"Simon Pears" <s.p.pears at hotmail.co.uk> writes: > Hi, > > I am considering using R to integrate with a Java application. However, > before deciding upon R I need to understand if R is capable of dealing with > multiple requests...

MANOVA
Jen_mp3 · Mar 12, 2009 · r-help

No, MANOVA is for Multivariate analysis of variance which is used if there are multiple responses as well as variables but you just have one response which is blood pressure. You should just have model <- lm(BP ~Weight+Height) anova...

[R-pkg-devel] Can roxygen2 export export() and S3method() to namespace?
Jens Oehlschlägel · Sep 22, 2017 · r-package-devel

Hi, is there a way to have roxygen2 write both export(<generic>,<class>) and S3method(<generic>,<class>) to the NAMESPACE file? I tried #' @rdname Summaries #' @export all.bit <- function(x, range=NULL, ...) and only get S3method(all,bit) but not...

readCitationFile encoding
Jens Elkner · Dec 30, 2009 · r-devel

Hi, does anybody know, how to enforce a certain encoding for readCitationFile()? Haven't found any usable documentation for this :( E.g.: basecit <- system.file("CITATION", package="base") source(basecit, echo=TRUE, encoding="8859-1") readCitationFile(basecit) BTW: 'make check...

k-nearest neighbor/neighbour
Jens Oehlschlägel-Akiyoshi · Oct 25, 1999 · r-help

Does anyone know, if there are any fast k-nearest neighbor methods available for R, and how they consume memory and time with increasing n (n, n*log(n), n^2) ? (I will summarize, if I receive information not send...

ff package: ff objects don't reload completely on NFS drives from a different machine
Jens Oehlschlägel · Jan 25, 2010 · r-help

Try to close the file on the first nfs client before reopening it on the second nfs client. NFS has something called "close-to-open cache consistency". This means that two clients which have the same nfs file open, cannot...

How to represent pure linefeeds chr(10) under R for Windows
Jens Oehlschlägel · Nov 5, 2003 · r-help

Brian, Simon, Thanks for your quick answers. Unfortunately neither \n nor \012 works. Under R for Windows (tried on 1.8.0 and 1.5.1) they are automatically converted to chr(13)+chr(10). I need only chr(10...

GARCH with variance targeting, stable distribution
Jens Fricke · Sep 9, 2007 · r-sig-finance

Dear All, I am searching for a possibility to use the garch estimation with variance targeting, i.e. first estimate the parameter a_0 in a garch model (h_i=a_0+a_1*r_i-1^2+b_1...

How to calculate a cross-correlogram based on Morans I
Jens Floeter · Oct 5, 2010 · r-sig-geo

Dear list members, i need a hint - i am stuck on my search for a function. I would like to calculate cross-correlograms between two variables (predator and prey densities) and use this as an index of spatial overlap. I...

[Bioc-devel] Package archives
jens timmerman · Dec 5, 2013 · bioc-devel

Dear list, Could someone point me to where package archives are kept? I had downloaded a few tarballs from the website, and installed them, Now I wanted to reproduce this installation on a different machine, but I was unable to...

No subject
Jens Oehlschlägel-Akiyoshi · Dec 6, 1999 · r-help

Hi, can anyone help with two questions concerning persp? (1) Is there a function in R to project points onto a persp() plot, as is in S+ (perspp() I think) ? (2) How can I label and tickmark axes x,y...

R Equivalent to matlab's find() command?
Jens Oehlschlägel-Akiyoshi · Jun 8, 2000 · r-help

Concerning speed and memory efficiency I find as.logical(x) is better than x!=0 and seq(along=x)[as.logical(x)] is better than which(as.logical(x)) thus which(x!=0) is shortest and rfind <- function(x)seq...

Compare parameter estimates of a nlsList object
Jens Currie · Mar 2, 2010 · r-help

Hello together, Is there a tool to test the statistical differences between parameter estimates of an nlsList fit, with more than two groups? I am able to complete the nlme function for two groups after getting starting paramaters in nlsList...

Problem creating a package with high-resolution timer
Jens Oehlschlägel · Feb 3, 2011 · r-sig-hpc

Dear experts, I am trying to INSTALL to R-2.12.1 a package with a high-resolution time (timer_gettime and friends). I learned that I need to compile with the real time option "gcc -lrc" and on my...

Is it allowed to incorporate static covariates in Mixed effects models with time series data?
Jens Oldeland · Aug 25, 2011 · r-sig-mixed-models

I was recently told that it is not allowed to include static covariates in mixed effect models. There should be something written in "Applied Longitudinal Analysis, Fitzmaurice, Laird and Ware, Wiley & Sons, 2004. Chapter 12", however I do not have...

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

Is it possible creating line plots with symbols so, that the solid line doesn't appear in the symbol background. When I fill the symbols with color the line is still visible behind the symbols (with plot.default(type="o...

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