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.

204 results for “from:Alberto Monteiro”

list.files sorted by date
Alberto Monteiro · Jan 21, 2008 · r-help

Is there any (list.files)-like function that sorts the files by (modification) date? Alberto Monteiro

font formating
José Alberto Monteiro · Nov 15, 2007 · r-help

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

Heteroskedasticity test
Alberto Monteiro · Sep 29, 2006 · r-help

Is there any heteroskedasticity test in the package? Something that would flag a sample like x <- c(rnorm(1000), rnorm(1000, 0, 1.2)) Alberto Monteiro

importing excel-file
Alberto Monteiro · Apr 20, 2007 · r-help

Please ignore the last test case. I thought I had saved it, but I hadn't, sheet = 2 was empty. Now it works. Alberto Monteiro

plot inside graphic area
José Alberto Monteiro · Sep 30, 2008 · r-help

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

Wikibooks
Alberto Monteiro · Mar 29, 2007 · r-help

As a big fan of Wikipedia, it's frustrating to see how little there is about R in the correlated project, the Wikibooks: http://en.wikibooks.org/wiki/R_Programming Alberto Monteiro

RWiki, tcltk and plot
Alberto Monteiro · Mar 30, 2007 · r-help

Dirk Eddelbuettel wrote: > >> My question: is there any way to integrate the plot part into >> a tcltk window? > > Are you aware of the tkrplot package on CRAN ? > No. Alberto Monteiro

ANOVA and T-test with means and SEs as imput
José Alberto Monteiro · Oct 29, 2008 · r-help

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

get more than get
Alberto Monteiro · Feb 28, 2007 · r-help

This must be a stupid question, but is there any "extension" of get? For example: x <- 10 get("x") # gives me 10 get("x^2") # gives me an error Alberto Monteiro

Partition into quantiles
Alberto Monteiro · Oct 5, 2006 · r-help

Is there any function that divides a sample into N quantiles? For example, for N = 2, this would be the solution: x <- rnorm(100) m <- median(x) q <- ifelse(x <= median, 1, 2) Alberto Monteiro

Inverse t-distribution
Alberto Monteiro · Mar 24, 2008 · r-help

Bert Gunter wrote: > > Yes. And, amazingly, one can find out about it by typing > > help.search("t distribution") . > > Why don't you try it for yourself? > Maybe because the obvious search is help.search("t") :-) Alberto Monteiro

XML write?
Alberto Monteiro · Apr 29, 2008 · r-help

Is there any function to write a XML structure, after it was read using xmlTreeParse? Ex: library(XML) x <- xmlTreeParse("Irpf2008/aplicacao/dados/12345678901/12345678901.xml") # write it... Alberto Monteiro PS: please, brazilians, don't be offended by my foul...

eigenvalue ordering
Alberto Monteiro · Feb 26, 2007 · r-help

Kaustubh Patil wrote: > > Is it possible to get unordered eigenvalues and eigenvectors of a > symmetric matrix in R? > Yes, see help("eigen"). If you are strict about the unordered part, do a sample(set, size) to randomize the eigenvalues. Alberto...

Question about Runuran (Triangular Distribution)
Alberto Monteiro · May 23, 2008 · r-help

The Runuran package includes a simulation for the Triangular Distribution, urtriang. But I didn't find an analogue of the q* functions (rnorm - qnorm, runif - qunif), that would invert the CDF (?uqtriang). Are there any such functions? Alberto Monteiro

Reading config data from text files
Alberto Monteiro · Mar 27, 2007 · r-help

Pete Cap wrote: > > I'm writing a tcl/tk gui tool to wrap around RMySQL for some co-workers. > Good luck; I find the documentation on the library(tcltk) very poor, lacking examples for most of the functions. Alberto Monteiro

math-operations and the R-Wiki
Alberto Monteiro · Mar 30, 2007 · r-help

Dimitris Rizopoulos wrote: > > 513 %/% 100 > > 513 %% 100 > Now this is a great opportunity to improve the R-Wiki. What about a "Pascal" page in the R-Wiki, where a list of Pascal-to-R translations would be available? Alberto Monteiro

tukeyHSD
José Alberto Monteiro · Jan 3, 2008 · r-help

Does anybody know how to deffine in the test tukeyHSD the pairs of comparison that you want to get? It is throw the lmat commnad, but I don't know the correct usage... Thanks a lot! Jos? -- MSc Jos? Alberto...

Find zeros of analytic functions
Alberto Monteiro · Apr 17, 2007 · r-help

Robin Hankin wrote: > > If iterative methods are appropriate, > it's perhaps worth pointing out that Newton-Rapheson > works nicely for complex functions. > Hmmm... I think there are many cases where Newton-Raphson diverges for complex functions, like those that generate...

window (x,y) co-ordinates of datapoints
Alberto Monteiro · Oct 9, 2007 · r-help

Prof Brian Ripley wrote: > > Read ?par and the descriptiuon in 'An Introduction to R'. "din", > "fin", "mai", "omi", "pin" and "usr" are relevant. > Is there any hope that, instead of fin, din, pin, etc someday we will have fmm, dmm...

Stopping ctrl-\ from qutting R
Alberto Monteiro · Oct 6, 2006 · r-help

Martin C. Martin wrote: > > In the Linux (FC3) version of R, ctrl-\ quits R. This wouldn't be > so bad, but on my keyboard, it's right next to ctrl-p and I tend to > hit it by accident. > And...

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