Hello R Forum members. I have installed for my statistician user, apparently without error, both the concord and geepack packages. The target system is R 2.10.1 on a 64-bit RedHat Enterprise Linux platform. However when she attempts to invoke a function in geepack, for example... geeglm((abuse_total ~ case),id=mother, family="poisson") the resultant error is Error: could not find function "geeglm" Neither she as a user, nor myself as administrator, can get even help to work for geepack. It is almost as though the package is not installed, regardless that the installation process appeared to complete without error. I would be grateful of some guidance for her. I have tried this (R + geepack) on another Linux-based system (SuSE Enterprise Linux, also 64-bit) with identical results and I do not see any references to similar issues in amongst R Forum articles. Kind regards, Denis -- View this message in context: http://r.789695.n4.nabble.com/geepack-installation-problem-tp2236893p2236893.html Sent from the R help mailing list archive at Nabble.com.
On 2010-05-31 0:46, Denis B wrote:> > Hello R Forum members. > > I have installed for my statistician user, apparently without error, both > the concord and geepack packages. The target system is R 2.10.1 on a > 64-bit RedHat Enterprise Linux platform. > > However when she attempts to invoke a function in geepack, for example... > > geeglm((abuse_total ~ case),id=mother, family="poisson") > > the resultant error is > > Error: could not find function "geeglm" > > Neither she as a user, nor myself as administrator, can get even help to > work for geepack. It is almost as though the package is not installed, > regardless that the installation process appeared to complete without error. > > I would be grateful of some guidance for her. I have tried this (R + > geepack) on another Linux-based system (SuSE Enterprise Linux, also 64-bit) > with identical results and I do not see any references to similar issues in > amongst R Forum articles.Has the package been attached to the search tree? See Chapter 13 of 'An Introduction to R. ?library library(geepack) -Peter Ehlers
Dear Peter, Sincere thanks. Problem solved! Kind regards, Denis -- View this message in context: http://r.789695.n4.nabble.com/geepack-installation-problem-tp2236893p2237868.html Sent from the R help mailing list archive at Nabble.com.
Reasonably Related Threads
- using step() with package geepack
- a bug in the offset parameter syntax in the geepack package?
- gee with auto-regressive correlation structure (AR-M)
- Could generic functions check different S3 methods for an object when one of them produces an error?
- different fits for geese and geeglm in geepack?