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.

4 results for “from:Adi Humbert”

how to read a web page and extract an html table?
Adi Humbert · May 6, 2003 · r-help

Hello all, I want to read a table from a given web page. If I do something like > str="http://www...." # this is the web address > aux1 <- url(str,open="rt")# open connection > aux2 <- readLines(aux1) # read web page aux2...

Does pdf() not work on Trellis graphics?
Adi Humbert · Feb 19, 2004 · r-help

Hello, I have the following example. testpdf <- function(x,y){ pdf() #plot(x,y) xyplot(x~y) dev.off() } source("testpdf.R") x=1:1000 testpdf(x,x) with "xyplot", the output is a file that can not be read...

question about formulating a nls optimization
Adi Humbert · Jul 18, 2003 · r-help

Dear list, I'm migrating a project from Matlab to R, and I'm facing a relatively complicated problem for nls. My objective function is below: >> objFun <- function(yEx,xEx,tEx,gamma,theta,kappa){ yTh <- pdfDY(xEx,tEx,gamma,theta...

error in nls, step factor reduced below minFactor
Adi Humbert · Feb 16, 2004 · r-help

Hello, I am trying to estimate 4 parameters of a non-linear model using nls. My model function is a Fourier integral and is very expensive to calculate. I get the following error: > theta0 <- c(0.045, 1.02*10...

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