Re: [Rd] Use of R in C#

2012-04-27 Thread notoriousnoah
Don't use this StatConn R Program, it is really poorly written software. Instead, use RDotNet, it is much easier to get up and running, and very simple to use: http://rdotnet.codeplex.com/ -- View this message in context: http://r.789695.n4.nabble.com/Use-of-R-in-C-tp2165189p4589776.html Sent

Re: [Rd] Use of R in C#

2012-04-27 Thread Joel Nybeck
I ended up getting around this issue by running installstatconnDCOM() - not the exact name, but something very similar to that in RStudio instead of downloading from their site. This resolved the 80040013 error. I subsequently ran into a few issues regarding an 800706BE error. I resolved this by de

[Rd] Some graphical parameters don't works in plot.table and plot.TukeyHSD.

2012-04-27 Thread Cleber N.Borges
Hello all, I would like to relate this behaviour of: plot.table & plot.TukeyHSD. They don't work with some graphical parameters. Thanks for your attetion. Cleber > ### example: > plot( table(1:10), cex.axis=0.6) > plot( table(1:10), las=2) > > tukaov <- TukeyHSD( aov(breaks ~ wool + tension, da

Re: [Rd] How does .Fortran "dqrls" work?

2012-04-27 Thread cberry
yangleicq writes: > Hi, all. > I want to write some functions like glm() so i studied it. > In glm.fit(), it calls a fortran subroutine named "dqrfit" to compute least > squares solutions > to the system > x * b = y > > To learn how "dqrfit" works, I just follow how glm() calls "d

Re: [Rd] How does .Fortran "dqrls" work?

2012-04-27 Thread David L Lorenz
Of course, what you could do is Google dqrls and get the source and documentation. That is because it is in the publically available linpack. If it were not publically available that would not work. Theoretically, all FORTRAN or C code in R should be publically available. Dave From: To:

Re: [Rd] How does .Fortran "dqrls" work?

2012-04-27 Thread Duncan Murdoch
On 12-04-27 8:56 AM, David L Lorenz wrote: Of course, what you could do is Google dqrls and get the source and documentation. That is because it is in the publically available linpack. If it were not publically available that would not work. Theoretically, all FORTRAN or C code in R should be

Re: [Rd] How does .Fortran "dqrls" work?

2012-04-27 Thread Berend Hasselman
On 27-04-2012, at 14:56, David L Lorenz wrote: > Of course, what you could do is Google dqrls and get the source and > documentation. That is because it is in the publically available linpack. > If it were not publically available that would not work. Theoretically, > all FORTRAN or C code in

[Rd] globalVariables()

2012-04-27 Thread John Chambers
There have been several threads on this list about the Notes generated in the check process regarding "global variables" with no visible definition. These can be useful but false positives tend to obscure valid notes. The function globalVariables() has been added to the utils package, in the