Displaying 20 results from an estimated 700 matches similar to: "Convergence in geese/gee"
2012 Jan 02
0
How to get cov matrix of regression parameters in GEE using 'geese' or 'geeglm''
Dear R users,
I fitted a GEE model using the function 'geese' (or 'geeglm') with user
defined
correlation matrix. I want to get the var-cov matrix of the regression
coefficients. But the output provides only limited information.
I would be very much thankful if you could kindly let me know how to get
it..since I am struggling lot getting this.
Thanks
--
View this message in
2006 Mar 29
1
QIC from gee() or geese()
Hello,
Is it possible to derive Pan's QIC (2001 Biometrics 57:120) from
either a fitted gee() object in the gee package or from a geese() fit
in the geepack package? If so, would anyone be kind enough to provide
me with code to do so? I realize that QIC is part of the output from
yags() but I would like to use one of the other functions. Thanks.
Richard
2009 Dec 08
0
Difference in S.E. gee/yags and geeglm(/geese)
Hi
A quick question. Standard errors reported by gee/yags differs from the ones in
geeglm (geepack).
require(gee)
require(geepack)
require(yags)
mm <- gee(breaks ~ tension, id=wool, data=warpbreaks,
corstr="exchangeable")
mm2 <- geeglm(breaks ~ tension, id=wool, data=warpbreaks,
corstr="exchangeable", std.err = "san.se")
mm3 <- yags(breaks ~
2008 Feb 18
0
Location of boxplots in bwplot
Hi,
I am trying to adjust the position of the boxplots when using bwplot(). In boxplot() there is the alternative to modify the position of the boxes by using boxplot(y~x, at=...).
However, I don't seem to find a comparable option in bwplot(). I would like in some instances to add more space between the boxplots, e.g. that I could specify at=c(1, 2, 5, 6) so that the first two boxplots are
2003 Feb 19
2
GLM for Beta distribution
Hi R-help,
Is there such a thing as a function in R for fitting a GLM where the
response is distributed as a Beta distribution?
In my case, the response variable is a percentage ([0,1] and continuous).
The current glm() function in R doesn't include the Beta distribution.
Thank you for any help on this topic.
Sincerely,
Sharon K?hlmann
2005 Jun 07
0
user-defined spatial correlation structure in geeglm/geese
Dear all,
We have got data (response and predictor variables) for each country of the
world; I started by fitting standard GLM and tested for spatial correlation
using variogram models (geoR) fitted to the residuals of the GLM. Spatial
autocorrelation is significant. Therefore, I think about using general
estimation equations (geeglm or geese in geepack) allowing for residual
spatial
2012 Sep 23
0
problems with function geese() in geepack
Good evening,
In my research I am studying the marginal models, where the main goal is on
the structure of the association.
My practical example has cluster with up to 600 observations and with this
database, the function geese() return me the following message:
This application has requested the runtime to terminate it is on unusual
way.
Please contact the application’s support team
2012 Sep 24
0
problems with function geese in geepack
Hi,
In my research I am studying the marginal models, where the main goal is on
the structure of the association.
My practical example has cluster with up to 600 observations and with this
database, the function geese() return me the following message:
This application has requested the runtime to terminate it is on unusual
way.
Please contact the application’s support team for more
2004 Dec 29
0
GEE with own link function
Hello,
I want to fit a GEE with a user-defined link function.
For the user-defined link-function I still read
http://finzi.psych.upenn.edu/R/Rhelp01/archive/6555.html and
http://finzi.psych.upenn.edu/R/Rhelp02a/archive/25727.html.
Only for testing purposes I added a new link function
(corlogit) in make.link (as well as in binomial) with
exactly the same code as logit before using my code.
2001 Dec 18
2
Aranda-Ornaz links for binary data
Hi,
I would like apply different link functions from Aranda-Ordaz (1981)
family to large binary dataset (n = 2000). The existing links in glm for
binomial data (logit, probit, cloglog) are not adequate for my data, and I
need to test some other transformations.
Is it possible to do this in R? And how?
Thank you for your help,
/Sharon
2004 Nov 12
0
geese
I am working with geese from geepack, does
anyone know how to get the predicted values
from this program. I tried the predict function
and got the error
Error in predict(results.e, newdat = prog) :
no applicable method for "predict"
Thank you for any help you can send,
Suzette
=================================
Suzette Blanchard, Ph.D.
UCSD-PPRU
2002 Oct 22
5
Mixture of Univariate Normals
Dear list,
Can anyone provide a package or code for estimating the parameters of a
mixture of c (c >=2) univariate normal distributions?
I've tried the algorithm provided by Venables & Ripley (1999) p 263, for
the mixture of two normal, but I don't find the "ms" function in R. I've
used nls instead, but I'm not sure if it works the same.
The data I have is very
2003 Oct 24
1
gee and geepack: different results?
Hi, I downloaded both gee and geepack, and I am trying to understand the
differences between the two libraries.
I used the same data and estimated the same model, with a correlation
structure autoregressive of order 1. Surprisingly for me, I found very
different results. Coefficients are slightly different in value but
sometimes opposite in sign.
Moreover, the estimate of rho (correlation
2008 Oct 29
2
call works with gee and yags, but not geepack
I have included data at the bottom of this email. It can be read in by
highlighting the data and then using this command: dat <-
read.table("clipboard", header = TRUE,sep="\t")
I can obtain solutions with both of these:
library(gee)
fit.gee<-gee(score ~ chem + time, id=id,
family=gaussian,corstr="exchangeable",data=dat)
and
library(yags)
fit.yags <-
2013 Apr 07
1
confidence interval calculation for gee
Hello,
I have the following r-codes for solving a quasilikelihood estimating
equation:
>library(geepack)
>fit<-geese(y~x1+x2+x3,jack=TRUE,id=id,scale.fix=TRUE,data=dat,mean.link =
"logit", corstr="independence")
Now my question is how can I calculate the confidence interval of the
parameters of the above model "fit"?
[[alternative HTML version deleted]]
2023 Mar 22
1
How to test the difference between paired correlations?
Hello,
I have three numerical variables and I would like to test if their
correlation is significantly different.
I have seen that there is a package that "Test the difference between
two (paired or unpaired) correlations".
[https://www.personality-project.org/r/html/paired.r.html]
However, there is the need to convert the correlations to "z scores
using the Fisher r-z
2023 Mar 23
1
How to test the difference between paired correlations?
Thank you, but this now sounds more difficult: what would be the point
in having these ready-made functions if I have to do it manually?
Anyway, How would I implement the last part?
On Thu, Mar 23, 2023 at 1:23?AM Ebert,Timothy Aaron <tebert at ufl.edu> wrote:
>
> If you are open to other options:
> The null hypothesis is that there is no difference.
> If I have two equations
2004 Aug 19
1
GEEs for time series data
I want to run a GEE for a time series of counts. The data are daily
respiratory mortality counts and so there aren't any 'clusters' in the
longitudinal sense. Neither the gee or geese packages work. The gee one
wont run at all and the geese one produces NaNs or just runs
indefinitely depending on how long the time series is. Any ideas how to
make these work of any other packages that
2012 May 04
0
Converting code from gee() to geeglm()
Dear R users
Recently I received advice from this fine group on gee() and sample weights
One suggestion was to use geeglm()
I hope someone can help me to solve a problem that arises when converting a
code from gee to geeglm.
*Here is a code that I wrote with the original data, not weighted: *
> m1 <- gee( Bin ~ educ+agemean+ residencysize + yearx , id = rad09 ,
data = Males,
2009 Nov 26
1
different fits for geese and geeglm in geepack?
An embedded and charset-unspecified text was scrubbed...
Name: not available
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20091126/7134fc17/attachment-0001.pl>