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.

209 results for “from:Nicholas Lewin-Koh”

print.citation, small bug?
Nicholas Lewin-Koh · Jan 7, 2011 · r-devel

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20110107/85a18db0/attachment.pl>

Help with nested doubly repeated measures
Nicholas Lewin-Koh · Sep 29, 2010 · r-sig-mixed-models

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20100929/cc84cd7f/attachment.pl>

Variance components in a binomial mixed model
Nicholas Lewin-Koh · Feb 15, 2011 · r-sig-mixed-models

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20110215/eff3b5e8/attachment.pl>

Variance components in a binomial mixed model
Nicholas Lewin-Koh · Feb 15, 2011 · r-sig-mixed-models

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20110215/699cd510/attachment.pl>

clustering: Multivariate t mixtures
Nicholas Lewin-Koh · Sep 8, 2005 · r-help

Hi, Before I write code to do it does anyone know of code for fitting mixtures of multivariate-t distributions. I can't use McLachan's EMMIX code because the license is "For non commercial use only". I checked, mclust...

Moran I and General Trend
Nicholas Lewin-Koh · Aug 24, 2005 · r-sig-geo

Hi If you have a first order effect like that then you can try fitting a linear model to the data and the use the residuals for checking autocorrelation. This will introduce some bias but it is small relative to...

Adjacency matrices
Nicholas Lewin-Koh · Oct 23, 2003 · r-sig-geo

Hi, >From the sound of this it is time to grit my teeth and get the quadtree code working for maptools. That should translate for a polygon list from Spdep and allow calculation of adjacency matrices in R for moderate...

Object size in bytes
Nicholas Lewin-Koh · Sep 1, 2000 · r-help

Hi, Is there a command that will give the total size of an R object in bytes? thanks Nicholas -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un...

getAttrb - Solved
Nicholas Lewin-Koh · Sep 6, 2000 · r-help

Hi, I changed INTEGER(getAttrib(shape,mkChar("nParts")))[0] to INTEGER(getAttrib(shape,mkString("nParts")))[0] and now it works fine. Nicholas -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info...

nmle: gnls freezes on difficult case
Nicholas Lewin-Koh · Oct 18, 2007 · r-devel

Hi, I was just able to try this on a windows xp machine using R-2.5.1. gnls exits gracefully with an error so maybe this is a problem with my R installation. If so sorry to bother everyone...

Kernel Density Estimator for 2D Binned Data
Nicholas Lewin-Koh · Feb 12, 2004 · r-help

Hi James, You can try the hexbin package at www.bioconductor.org. Do the following bin<-hexbin(x,y) ## This will give you hexagonal bins of the data binsm<-smooth.hexbin(bin) plot(binsm) This is an approximation to what...

Standard Geo-Spatial Format for R
Nicholas Lewin-Koh · Nov 17, 2003 · r-sig-geo

Hi, No, as it says, it is a C++ port of the java topology suite. JTS is a nice library, it just happens to be in java (oh well, I like real coffee). I do not think it is the...

extracting and manipulating components from nlme and gnls objects
Nicholas Lewin-Koh · Jul 19, 2005 · r-devel

Hello, I am writing a set of functions to do prediction and calibration intervals for at least the subset of selfstarting models if not some more general ones. I need to be able to extract the varFunction from a fit...

buglet in is.na?
Nicholas Lewin-Koh · Sep 30, 2009 · r-devel

Hi the following example I think demonstrates the inconsistency > f<-function(x) x > length(f) [1] 1 > is.na(f) [1] FALSE Warning message: In is.na(f) : is.na() applied to non-(list or vector) of type 'closure' The...

[Bioc-devel] Updates: hexbin
Nicholas Lewin-Koh · Dec 9, 2005 · bioc-devel

Hi here are the updates in hexbin Thanks to some help from Deepayan Sarkar, hexagon binning functions now work with grid. Implemented so far are hexbinplot (xyplot with hexbins) and hexplom (splom with hexbins). There are several panel functions for...

Ratfor->Fortran conversion
Nicholas Lewin-Koh · Dec 26, 2002 · r-devel

Hi, Does anyone have any experience porting Ratfor to fortran. I have gotten the ratfor preprocessor working and if I compile the ratfor code directly and dynamically load into R it seems to work (using g77 on RH linux). However...

NY Times article
Nicholas Lewin-Koh · Jan 11, 2009 · r-devel

Hi Frank, Thank you for the correction, I don't work in clinical, so good you keep me honest. Nicholas On Sun, 11 Jan 2009 09:21:23 -0600, "Frank E Harrell Jr" <f.harrell at vanderbilt.edu> said: > Nicholas...

Excel files-suggested manual addition
Nicholas Lewin-Koh · Jan 17, 2005 · r-devel

Hi, I had some excel files that I needed to read into R, there were alot so I didn't want to do them by hand in gnumeric. I tried all the recommendations in the data import/export manuals, including...

xgobi in R on win95
Nicholas Lewin-Koh · Apr 13, 2000 · r-devel

Hi, Debby Swayne is working on a new version of xgobi (now called ggobi). I have been working with her and we have succeeded in compiling (and running) the preliminary version native on windows. No more emulation! all it needs...

writing polygons/segments to shapefiles (.shp) or other A rcGIS compatible file
Nicholas Lewin-Koh · Feb 29, 2004 · r-sig-geo

Hi again, I took a look at maptools code and shapelib last night. It should not be hard to modify to create and write shapefiles. I think I never developed it in maptools because I never really thought of R...

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