Displaying 5 results from an estimated 5 matches for "selmod".
2005 Oct 29
2
LaTex error when creating DVI version when compiling package
...piling a package:
* creating pgirmess-manual.tex ... OK
* checking pgirmess-manual.text ... ERROR
LaTex errors when creating DVI version.
This typically indicates Rd problems.
The message is quite explicit but I struggled a lot before understanding
that the trouble comes from a single file "selMod.rd" among 44 topics.
Even though I have checked it ten times and even rewrite it on
prompt(selMod), I cannot find out what is wrong with it.
Can somebody used with LaTex and the format of R *.rd file have a quick
look to the attached contents and tell me if he can detect some obvious
faul...
2008 Feb 26
2
AIC and anova, lme
...We want to
compare a null mixed model with a mixed model with one independent
variable.
> lmmedt1<-lme(mediane~1, random=~1|site, na.action=na.omit, data=bdd2)
> lmmedt9<-lme(mediane~log(0.0001+transat), random=~1|site,
na.action=na.omit, data=bdd2)
Using the Akaike Criterion and selMod of the package pgirmess gives the
following output:
> selMod(list(lmmedt1,lmmedt9))
model LL K N2K AIC deltAIC w_i AICc
deltAICc w_ic
2 log(1e-04 + transat) 44.63758 4 7.5 -81.27516 0.000000 0.65 -79.67516
0.000000 0.57
1 1 43.02205 3...
2013 Feb 19
0
calcMin
...matches to previous arguments that I can see.
Anybody know the reason or fix for this?
calcMin(pvec=data.frame(val=par,min=rep(.000001,length(par)),max=rep(100
0000,length(par)),active=rep(TRUE,length(par))),func=optimwrap2,
resid=resid,caa=caa,na=na,vcode=vcode,maa=maa,ny=ny,nind=nind,qage=qage,
selmod=selmod,oldagei=oldagei,vpaflag=vpaflag)
Error in f(x, ...) :
unused argument(s) (resid = c(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0...
2008 May 05
3
troubles with R CMD check and examples under Ubuntu gutsy
Dear listers,
I was used to package pgirmess under Windows with everything OK, but,
for the first time, I had a trial this afternoon on Ubuntu 7.10 gutsy (I
have a double boot computer and work more and more under unix) and R
2.7.0. Everything went OK except this:
sudo R CMD check pgirmess
.....
* checking examples ... ERROR
Running examples in 'pgirmess-Ex.R' failed.
The error most
2011 Aug 02
1
Writing multiple regression in one function
Hello all,
I am newbie to R and have not been able to find too much stuff on a version of VAR(p) I am working on.
Would someone be able to tell me if there is a more elegant way of writing A function for the following? Many thanks in advance. Darius
I am regressing returns of 8 asset classes on lagged values of 4 state variables and so I have 8 equations like the following:
cash_lag1= dynlm