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.

32 results for “from:Jeff Laake”

RMark error: only 0's may be mixed with negative subscripts
Jeff Laake · Nov 8, 2010 · r-help

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

S-PLUS 8 beta program [repost]
Jeff Laake · Mar 31, 2006 · r-help

I don't typically post to r-help but I could not pass up responding. While I don't use S+ any longer many folks in my lab do use it and there is a viable and useful market for...

New User Question regarding simulations
Jeff Laake · Oct 27, 2003 · r-help

The book by Borcher's et al Estimating Animal Abundance provides R/S+ code that you may find useful for your work. Jeff Laake Bret Collier wrote: > > >R-Users, > > Everyone, I am a new user of R and I was...

as.vector in R-devel loaded 3/3/2016
Jeff Laake · Mar 3, 2016 · r-devel

I just installed R-devel to check my package before submitting. I got an error in my vignette in regards to as.vector. When I looked at the code for as.vector in R-devel it is standardGeneric for "as...

Function not returning a vector?
Jeff Laake · Aug 28, 2008 · r-help

Try hazard <- function(x,shape,scale) { return ((shape/scale) * (x/scale)^(shape - 1)) } hazard(1:365,1,1) --jeff rkevinburton at charter.net wrote: > Why does: > > (shape/scale) * (1:365/scale)^(shape - 1) > > return a vector of numbers but calling...

Deleting many columns of a data frame with the same name in a row
Jeff Laake · Feb 2, 2010 · r-help

Here is one way with an example: datas=data.frame(x=1:3,A=1:3,A=1:3) names(datas)=c("x","A","A") datas datas=datas[,names(datas)!="A",drop=FALSE] datas On 2/2/2010 8:35...

Author email addresses
Jeff Laake · Apr 10, 2017 · r-devel

I have 3 packages on CRAN that I developed with my govt email address. I'll be retiring in a month and that email address will no longer work at some point. I realize that I need to change the...

Subset and plot
Jeff Laake · Feb 2, 2010 · r-help

Don't need to convert the factors to numeric as that will happen automatically. See below. However as Rolf pointed out they will be numbered from 1-4 even though only 3 are left in the subset as all 4...

Is there a way to make blocks of code independent from each other?
Jeff Laake · Jan 31, 2010 · r-help

Put in a function what you would have put in the {} and execute the function x=1 myf=function() { x=3 do something with new value of x ... } myf() print(x) # it will be 1 On 1/31/2010 5...

AIC, R-Mark, and nest survival
Jeff Laake · Jun 1, 2008 · r-sig-ecology

This problem piqued my interest, so I read some of the papers. It is fairly easy to use the logistic-exposure approach with glm to analyze nest success data. I replicated some simple models with the mallard data using logistic...

Subset and plot
Jeff Laake · Feb 2, 2010 · r-help

The problem is with attach. You should have seen an error that the objects are aliased. You have Tanks in your workspace and in the attached dataframe. It is using the one in your workspace which is not a factor...

A question please
Jeff Laake · Sep 14, 2004 · r-help

Lawrence- Are you familiar with the computer software MARK (http://www.cnr.colostate.edu/~gwhite/mark/mark.htm)? It is a very complete package for analysis of capture-recapture data. I have written an interface to MARK in R but...

configure lyx2.0.2 with sweave in windows 32 bit.
Jeff Laake · Feb 14, 2012 · r-help

On 2/14/2012 6:51 AM, Rainer M Krug wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 14/02/12 13:41, ATANU wrote: >> I am using R 2.14.1. I am trying to configure Lyx with Sweave...

import and export data for RMark package
Jeff Laake · Oct 22, 2014 · r-help

Kristi- Any questions related to RMark should be sent to the forum on RMark at phidot.org. If you provide me with a snippet of your data I will try to help you. regards --jeff On Wed, Oct 22, 2014...

intersecting two polygons
Jeff Laake · Jun 11, 2008 · r-sig-geo

I ran into the same problem with spatstat and then discovered the gpclib package. I wrote a simple function below that converts an owin poly to a gpc class (see below). The snippet of code below shows how to use...

as.vector in R-devel loaded 3/3/2016
Jeff Laake · Mar 3, 2016 · r-devel

I dug into this a little further and discovered the problem. When my package is for checking, it loads Matrix. In the R-devel version of Matrix, as.vector is re-defined without mode specified > as.vector standardGeneric for "as...

Knitr: how to find out from within a .Rmd file the output type?
Jeff Laake · Oct 31, 2014 · r-help

This has worked for me to choose the type of code to use to create tables whether it is pdf or hml/word doc.type <- strsplit(rmarkdown:::default_output_format("20141014_Regex_Rmarkdown.Rmd")$name,"_")[[1]][1] where you would...

Error Running TinnR with R
Jeff Laake · Mar 12, 2010 · r-help

I'm considering going back to that version (or switching to Eclipse) because the newer Tinn-R version requires pacakges Tinn-r and Hmisc and something is aliasing functions in xtable which blows up my Sweave runs. For the time...

behavior of "by"
Jeff Laake · Oct 28, 2008 · r-help

Thanks to those that replied. It was reproducible on my system but it was nested within other code which would have been obvious had I left the browse> portions in it. The reason for the behavior was obvious when I...

Use of R in clinical trials
Jeff Laake · Feb 18, 2010 · r-help

I am old enough. Memory isn't always reliable but Doug Bates recounting is what I remember and a quick search has BMDP developed in 1961 and SAS in 1966. To my surprise, the search produced a site that offered...

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