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.

1,039 results for “from:Luke”

plot(x,y xlab=NULL,ylab=NULL) but labels still visible.
Luke Miller · Nov 21, 2010 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20101121/800b9f2e/attachment.pl>

How to add grid lines at specific position to a plot?
Luke Miller · Mar 15, 2012 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120315/b9023b5d/attachment.pl>

create data frame(s) from a list with different numbers of rows
Luke Neraas · Sep 27, 2007 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070927/2f3d7bfe/attachment.ksh

Addition operation based on specific columns and rows of two data frames
Luke Neraas · Oct 12, 2007 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20071012/0f76751f/attachment.pl

load data with scientific notations
Luke Zhou · May 12, 2005 · r-help

Hi, I have a data file whose values are scientific notations, for example: 9.1642537e+003, 6.7195295e+003, 4.8834487e+003, 3.7181589e+003, ... How to load such data into R? Thanks, -Luke

R function returning a list of variable(s) conditional on the value of an option?
Luke Hartigan · Jul 25, 2014 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20140725/3e6aaf9f/attachment.pl>

R CMD INSTALL use differenct c++ compiler
Luke · Jul 11, 2005 · r-help

Dear R Users, When I installed e1071 use R CMD INSTALL, I got configure: WARNING: g++ 2.96 cannot reliably be used with this package. configure: error: Please use a different C++ compiler. But how to let R CMD INSTALL...

hist densities
Luke Spadavecchia · Mar 21, 2008 · r-help

Hi there, I was wondering why x<-rnorm(n=5000,mean=1.5,sd=0.25) h<-hist(x) sum(h$density) [1] 10 I thought the integral of the histogram should be one? These seems strange to me, or...

quick way to construct formula
Luke · Jun 28, 2005 · r-help

Dear R users, I have a data with 1000 variables named "x1", "x2", ..., "x1000", and I want to construct a formula like this format: ~x1+x2+...+x1000+x1:x2+x1:x3+x999:x1000+log(x1)+...+log(x1000) That is: the...

AIC in glm.fit with intercept
Luke · Jun 15, 2005 · r-help

Dear R users, glm.fit() gave me the same AIC's regardless of TRUE or FALSE intercept option. > myX <- as.matrix(1:10) > myY <- 3+5*myX > foo <- glm.fit(x=myX, y=myY, family = gaussian(link = "identity"), intercept=TRUE...

[R-meta] Can/should we run follow-up tests on subgroup means
Luke Martinez · Feb 9, 2022 · r-sig-meta-analysis

Dear Wolfgang, I read (https://www.metafor-project.org/doku.php/tips:comp_two_independent_estimates) with great interest. I had a quick question. If we have three independent subgroups, should we first run a Q_between test to determine...

Historical NA question
Luke Tierney · May 3, 2014 · r-devel

Hint: Ross will be 60 this year. luke On Sat, 3 May 2014, Hadley Wickham wrote: > Can anyone tell me what the significance of 1954 is in R's NA? > > Thanks! > > Hadley > > -- Luke Tierney Chair, Statistics and Actuarial Science Ralph...

Is there an R program that produces optimal solution/mix of multiple samples' varying volumes and values
luke · Jul 25, 2011 · r-help

Sorry about the lengthy subject line. Anyone know of an R' program that can look at several sources' varying available volumes/amounts and their individual set of values, compared to a "target" range/curve for these values, to find the...

R , RCPP unsing MACOS ventura
Calboli Federico (LUKE) · Mar 14, 2023 · r-sig-mac

It sounds like it is worth a try. However, I?m not sure it?s clear your OS and other versions match the original posters? My bad, I?m on MacOS 13.2.1 arm64, with the latest XCode CLT...

[Enhancement] New argument for dirname() -- dirname(path, depth = 1L)
Luke Smith · Mar 25, 2019 · r-devel

The new argument 'depth' would specify the depth to recurse up the file path.? As in: > dirname("path/to/some/where", depth = 3L)[1] "path" The new argument would take on the default value of 1L, since this is the...

[Rcpp-devel] Problem exposing constructor taking std::vector of user defined class to R using Rcpp-attributes and Rcpp-modules
Luke.Domanski at csiro.au · Aug 21, 2013 · rcpp-devel

> > namespace Rcpp { > template <> B as( SEXP ){ > Rcpp::Reference in_b(b); > id=in_b.field("id"); > } > } > This should be: namespace Rcpp { template <> B as( SEXP ); } #include <Rcpp.h> template <> B Rcpp::as( SEXP b ){ Rcpp::Reference in_b(b); return...

tkrplot not working in R 2.13.0
Luke Tierney · May 4, 2011 · r-devel

Thanks -- new version on its way to CRAN. luke On Wed, 4 May 2011, Greg Snow wrote: > That works as well, I will suggest it to Luke for the package to use. > > Thanks, > > -- Luke Tierney Statistics and Actuarial Science Ralph...

R-alpha: Re: S Compatibility
Luke Tierney · Apr 30, 1997 · r-devel

On the memory/database/persistent storage issue,the Texas persistent store, for which Rscheme has an interface, some of the stuff on object serialization in Java (Java beans variant of OpenDoc's Bento/quilt/whatever) and (gulp) OLE structured storage...

Polygon shading line colors
Luke Spadavecchia · Oct 30, 2007 · r-help

Hi there, I'm having trouble working out how to change the colors of polygon shading lines. If I plot a polygon with polygon(poly,density=30,borders=gray(0.5)) I get gray borders but black shading lines; I...

get the bug context
Luke · May 29, 2005 · r-help

Hi R-users, How to get a bug contex? My R code ran there for several hours, but a bug crashed it, printing such message like "Error: subscript out of bounds". I want to use browser() to catch the bug...

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