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.

57 results for “from:Adrian Dragulescu”

learning lattice graphics
Adrian Dragulescu · May 27, 2007 · r-help

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

the large dataset problem
Adrian Dragulescu · Aug 4, 2007 · r-help

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

unable to install package ff
Adrian Dragulescu · Nov 3, 2007 · r-help

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

Problem Connecting to Oracle with R from Windows XP
Adrian Dragulescu · Aug 18, 2007 · r-help

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

how to clear the last error?
Adrian Dragulescu · Feb 9, 2006 · r-help

Hello, I would like to clear the last error that I get with geterrmessage(). Not even rm(list=ls()) clears it. Can I set it to NULL somehow? Thank you, Adrian

problem with DCOM server in R 2.1.0
Adrian Dragulescu · Apr 20, 2005 · r-help

Hello list, I just installed R 2.1.0. When I try to run the "Server 01 - Basic test" I get the error "Fatal error: unable to open the base package". Any solution? Thank you, Adrian Dragulescu

cumulative density function
Adrian Dragulescu · Mar 19, 2004 · r-help

Because the result is a list, you can get your number like this: integrate(dnorm,0,2)[[1]] You don't have an expression for the probability function? You can do a nonlinear regression to a distribution you belive in...

controlling the edge linewidth in Rgraphviz
Adrian Dragulescu · Feb 11, 2008 · r-help

Hello, I would like to have different linewidths for the edges of my graph. I read the documentation but could not find how to control this. On the Graphviz help page I've seen that there is something called "penwidth...

R mentioned in the Economist volume 394, number 8671
Adrian Dragulescu · Feb 28, 2010 · r-help

There is a special report on managing information. See page 8. "A free programming language called R lets companies examine and present big data sets, and free software called Hadoop now allows ordinary pC to analyse huge quantities of data...

R mentioned in the Economist volume 394, number 8671
Adrian Dragulescu · Feb 28, 2010 · r-help

There is a special report on managing information. See page 8. "A free programming language called R lets companies examine and present big data sets, and free software called Hadoop now allows ordinary pC to analyse huge quantities of data...

greek letters, text, and values in labels
Adrian Dragulescu · Jul 25, 2006 · r-help

Hello, I want to have a title that will look something like: "Results for \theta=2.1", given that I have a variable theta=2.1, and \theta should show on the screen like the greek letter. I've tried...

real time data feeds - commercial services
Adrian Dragulescu · Apr 1, 2008 · r-sig-finance

Check out www.interactivebrokers.com. It will require you open an account, but the service is free. It has a Java API. Adrian Dragulescu On Tue, 1 Apr 2008 binabina at bellsouth.net wrote: > Hello, anyone can recommend a few...

weird behavior of nsmall in format
Adrian Dragulescu · Feb 13, 2006 · r-help

>From the help page of format, nsmall should control the number of digits. > format(0.123456789, nsmall = 10) [1] "0.1234567890" > format(0.123456789, nsmall = 1) [1] "0.1234568" > format(0.123456789, nsmall = 2) [1] "0.1234568" > format(0.123456789...

books on financial data and R
Adrian Dragulescu · Jul 16, 2007 · r-sig-finance

You can check out these two. Pfaff, Bernhard -- Analysis of integrated and cointegrated time series with R. QA280.P5 2006 Shumway, Robert H. -- Time series analysis and its applications: with R examples / Robert H. Shumway, David S. Stoffer. 2nd [updated...

ROracle error in Windows. Memory could not be read.
Adrian Dragulescu · Oct 19, 2006 · r-help

I've seen from earlier posts that other people had problems installing ROracle under Windows. I run R-2.3.1. I got the Windows binaries for ROracle from http://stat.bell-labs.com/RS-DBI/download/index.html Here...

enhancement proposals to R
Adrian Dragulescu · Dec 11, 2008 · r-devel

Hello, I am not aware of any facility for users to submit proposals for R enhancements. Something along the lines Phython has: http://www.python.org/dev/peps/ It would also be interesting to have a way for people to...

dumping the summary of lm to a text file
Adrian Dragulescu · Feb 17, 2005 · r-help

Hello list, I have a linear regression ctl <- c(4.17,5.58,5.18,6.11,4.50,4.61,5.17,4.53,5.33,5.14) trt <- c(4.81,4.17,4.41,3.59,5...

dataframe does not expand as.Dates objects (PR#10481)
Adrian Dragulescu · Nov 30, 2007 · r-devel

Full_Name: Adrian Dragulescu Version: 2.6.0 OS: Windows Submission from: (NULL) (216.99.178.65) > data.frame(x=1:10, y="A") # expands fine x y 1 1 A 2 2 A 3 3 A 4 4 A...

Suppress blanks/spaces in character
Adrian Dragulescu · Oct 27, 2006 · r-help

> c <- "abc def ghi" > gsub(" +"," ", c) [1] "abc def ghi" > On Fri, 27 Oct 2006 thsudler at swissonline.ch wrote: > Hi all > > I'm have a character vector and would like to suppress the blanks if there are more than...

Parabolic cylinder function
Adrian Dragulescu · Aug 25, 2008 · r-sig-finance

Check hypergeo package for an implementation of the hypergeometric function. You can express the solution to the parabolic cylinder equation in terms of the hypergeometric function. See Abramowits&Stegun. Adrian On Mon, 25 Aug 2008, Zornitsa Luleva wrote: > Dear all...

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