Displaying 3 results from an estimated 3 matches for "randomeffectstree".
2009 May 13
3
Checking a (new) package - examples require other package functions
...out())
>
> ### Name: AutoCorrelationLRtest
> ### Title: Test for autocorrelation in the residuals of a RE-EM tree
> ### Aliases: AutoCorrelationLRtest
> ### Keywords: htest tree models
>
> ### ** Examples
>
> # Estimation without autocorrelation
> simpleEMresult<-RandomEffectsTree(Y~D+t+X, data=simpleREEMdata, random=~1|ID, simpleREEMdata$ID)
Error: couldn't find function "RandomEffectsTree"
Execution halted
The function "RandomEffectsTree" is defined in the R code for the package. How can I refer to other functions from the package in examples? (...
2009 May 27
1
"Error: package/namespace load failed"
...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,REEMtree)
S3method(tree,REEMtree)
S3...
2009 Jun 01
1
installing sn package
...n 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(ranef,REEMtree)
S3method(tree,REEMtr...