[R] Cusum and Ewma charts

2015-08-25 Thread Babatunde Yakub via R-help
I want to know the codes for computing the optimal cusum and ewma chart. I will 
also like to know the R codes for plotting each of these categories. And if it 
is not present in R, I will like to know another statistical package that can 
help me deal with this situation.Thanks

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] Conway Maxwell Poisson

2015-08-21 Thread Babatunde Yakub via R-help
I want to know how to extract or compute the AIC and BIC measures of a conway 
maxwell poisson regression model.Thanks

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] Generalised poisson regression

2015-08-21 Thread Babatunde Yakub via R-help
I want to know how to extract or obtain the deviance for a fitted generalised 
poisson regression model. Thanks in advance


[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] How to get JRI to work from my NetBeans

2009-02-25 Thread Yakub Sebastian
Hi,
I need your help. I have downloaded a precompiled JRI as part of rJava. I
have included rJava as part of my R package libraries.
Now I need to be able to work with some R functions from my Java apps. I'm
using NetBeans on Windows.

I have followed some instructions from http://www.rforge.net/JRI/
but i keep on getting errors when compiling my Java app as follows:

run:
Cannot find JRI native library!
Please make sure that the JRI native library is in a directory listed in
java.library.path.

java.lang.UnsatisfiedLinkError: no jri in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1709)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1030)
at org.rosuda.JRI.Rengine.clinit(Rengine.java:9)
at rtest.main(rtest.java:61)
Java Result: 1
BUILD SUCCESSFUL (total time: 0 seconds)


Can anyone help me with detailed steps to solve the problem? Thanks.

-- 
Yakub

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] Problem with library(RMySQL), registry pointer problem?

2009-02-23 Thread Yakub

I have the following error: 
 library(RMySQL)
Error in fun(...) : 
  A MySQL Registry key was found but the folder C:\Program Files\MySQL\MySQL
Tools for 5.0\/. doesn't contain a bin or lib/opt folder. That's where we
need to find libmySQL.dll. 
Error : .onLoad failed in 'loadNamespace' for 'RMySQL'
Error: package/namespace load failed for 'RMySQL'

This happens after I install MySQL Tools. Seems that R is pointing to the
wrong registry. Can anyone help?
Thanks
-- 
View this message in context: 
http://www.nabble.com/Problem-with-library%28RMySQL%29%2C-registry-pointer-problem--tp22160354p22160354.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.