search for: autocorrelationlrtest

Displaying 3 results from an estimated 3 matches for "autocorrelationlrtest".

2009 May 13
3
Checking a (new) package - examples require other package functions
I am creating an R package. I ran R CMD check on the package, and everything passed until it tried to run the examples. Then, the result was: * checking examples ... ERROR Running examples in REEMtree-Ex.R failed. The error most likely occurred in: > ### * AutoCorrelationLRtest > > flush(stderr()); flush(stdout()) > > ### Name: AutoCorrelationLRtest > ### Title: Test for autocorrelation in the residuals of a RE-EM tree > ### Aliases: AutoCorrelationLRtest > ### Keywords: htest tree models > > ### ** Examples > > # Estimation without au...
2009 May 27
1
"Error: package/namespace load failed"
..., but I have none of that in my code. I imagine this is a simple problem (perhaps with my NAMESPACE file), but I don't know what it is. (The text of the NAMESPACE file is at the bottom of this e-mail.) Thank you in advance for your help! Rebecca NAMESPACE file: useDynLib(REEMtree) export(AutoCorrelationLRtest, FixedEffectsTree, RandomEffectsTree, LMEpredict, PredictionTest, RandomEffectsTree, RMSE, simpleREEMdata, REEMtree, FEEMtree) import(nlme) import(rpart) S3method(is,REEMtree) S3method(logLik,REEMtree) S3method(plot,REEMtree) S3method(predict,REEMtree) S3method(print, REEMtree) S3method(ranef...
2009 Jun 01
1
installing sn package
...r Fortran code, but I have none of that in my code.  I imagine this is a simple problem (perhaps with my NAMESPACE file), but I don't know what it is.  (The text of the NAMESPACE file is at the bottom of this e-mail.) [[elided Yahoo spam]] Rebecca NAMESPACE file: useDynLib(REEMtree) export(AutoCorrelationLRtest, FixedEffectsTree, RandomEffectsTree,     LMEpredict, PredictionTest, RandomEffectsTree, RMSE, simpleREEMdata,     REEMtree, FEEMtree) import(nlme) import(rpart) S3method(is,REEMtree) S3method(logLik,REEMtree) S3method(plot,REEMtree) S3method(predict,REEMtree) S3method(print, REEMtree) S3method...