Hi,
[hpages@localhost pkgreviews]$ R-2.13 CMD check qrqc_0.99.2.tar.gz
* using log directory ‘/home/hpages/pkgreviews/qrqc.Rcheck’
* using R version 2.13.0 alpha (2011-03-24 r55004)
* using platform: x86_64-unknown-linux-gnu (64-bit)
* using session charset: UTF-8
* checking for file ‘
On 03/24/2011 03:03 PM, Hadley Wickham wrote:
> On Wed, Mar 23, 2011 at 7:20 PM, Ben Bolker wrote:
>> Ben Bolker gmail.com> writes:
>>
>>>
>>>
>>> I have been struggling all day to import a particular function/method
>>> combination (ranef(), which extracts the random effects from a mixed
>>> m
On Wed, Mar 23, 2011 at 7:20 PM, Ben Bolker wrote:
> Ben Bolker gmail.com> writes:
>
>>
>>
>> I have been struggling all day to import a particular function/method
>> combination (ranef(), which extracts the random effects from a mixed
>> model fit) from the nlme package into another package ..
Prof Brian Ripley stats.ox.ac.uk> writes:
>
> On Thu, 24 Mar 2011, Ben Bolker wrote:
>
> > Ben Bolker gmail.com> writes:
> >
> >>
> >>
> >> I have been struggling all day to import a particular function/method
> >> combination (ranef(), which extracts the random effects from a mixed
> >> mod
On Mar 24, 2011, at 16:53 , Dominick Samperi wrote:
> Hi,
>
> I have not been able to find R tools that permit an orthogonal polynomial
> ANOVA analysis: single degree of freedom F-test comparisons including
> L, Q, C, etc. terms. Do such tools exist?
>
> I guess you can accomplish something si
Hi,
I have not been able to find R tools that permit an orthogonal polynomial
ANOVA analysis: single degree of freedom F-test comparisons including
L, Q, C, etc. terms. Do such tools exist?
I guess you can accomplish something similar by doing straightforward
polynomial regression and removing po
On 24 March 2011 at 08:08, Duncan Murdoch wrote:
| On 11-03-23 7:35 PM, Rob Anderson wrote:
| > Hi All,
| >
| > I am trying to write a source-to-source compiler for R. I am trying to
| > leverage the R parser code for the purpose. I am trying to transform the
| > SEXP returned from the parser into
On 11-03-23 7:35 PM, Rob Anderson wrote:
Hi All,
I am trying to write a source-to-source compiler for R. I am trying to
leverage the R parser code for the purpose. I am trying to transform the
SEXP returned from the parser into an AST for our own Ruby embedded Domain
specific language.
I tried
Hi All,
I am trying to write a source-to-source compiler for R. I am trying to
leverage the R parser code for the purpose. I am trying to transform the
SEXP returned from the parser into an AST for our own Ruby embedded Domain
specific language.
I tried using R CMD SHBIN to compile a C function t