search for: __ripley

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

Did you mean: 7eripley
2013 May 21
1
Calculating AIC for the whole model in VAR
Hello! I am using package "VAR". I've fitted my model: mymodel<-VAR(mydata,myp,type="const") I can extract the Log Liklihood for THE WHOLE MODEL: logLik(mymodel) How could I calculate (other than manually) the corresponding Akaike Information Criterion (AIC)? I tried AIC - but it does not take mymodel: AIC(mymodel) # numeric(0) Thank you! -- Dimitri Liakhovitski
2013 Jun 05
1
rJava is not loading
Hello! I installed rJava and am trying to load it. library(rJava) Error : .onLoad failed in loadNamespace() for 'rJava', details: call: fun(libname, pkgname) error: No CurrentVersion entry in Software/JavaSoft registry! Try re-installing Java and make sure R and Java have matching architectures. Error: package or namespace load failed for ‘rJava’ Any idea why? Background info:
2013 Nov 15
3
modify functions in "stats", but .Call(C_BinDist, ...) couldn't load C function
Hi all, I am trying to write a new function based on an existing function in "stats". This function requires to call a c program "C_BinDist". The new function couldn't work without load this c script. How can I find this "C_BinDist" function and load it to make my new function work through? Thanks, Dan [[alternative HTML version deleted]]