search for: clmm

Displaying 10 results from an estimated 10 matches for "clmm".

Did you mean: clm
2013 Nov 04
1
How to plot results of clmm()?
Dear list, I'd like to create a visual plot of a clmm() I've fitted using the 'ordinal' package in R. It's possible to do this with a glm() by using the 'effects' package. For example: library(effects) data(BEPS) mod <- lm(political.knowledge ~ age + gender + vote, data=BEPS) eff <- effect("age&quo...
2012 Sep 11
1
Find correlation in Clmm?
Hi all, I am trying to fit a random effect  model to categorical response variable using package "ordinal" /"clmm". How can I find the correlation between random effects (random intercept and random slope)   Thanks in advance  Ana [[alternative HTML version deleted]]
2017 Aug 09
0
Random slope random intercept plot after clmm regression
0down votefavorite <https://stats.stackexchange.com/questions/296569/how-to-obtain-random-slope-random-intercept-plots-for-categorical-response-varia#> I'm trying to generate a random slope random intercept plot after ordinal regression using the clmmfunction from the ordinal package in R. I have aggression levels which are categorical with six levels. Earlier, I made random intercept random slope model for boldness scores which is a continuous response variable, and was able to visualize the plots using the sjPlot package. However, sjPlots don&...
2013 Apr 15
1
Optimisation and NaN Errors using clm() and clmm()
Dear List, I am using both the clm() and clmm() functions from the R package 'ordinal'. I am fitting an ordinal dependent variable with 5 categories to 9 continuous predictors, all of which have been normalised (mean subtracted then divided by standard deviation), using a probit link function. From this global model I am generatin...
2011 Jun 28
1
Testing the proportional odds assumption of an ordinal generalized estimating equations (GEE) regression model
Dear list members, I am estimating an ordinal generalized estimating equations (GEE) regression model on repeated measurements data. Is there any way (preferably in R) to test the proportional odds assumption of this model? Thanks in advance. Andreas [[alternative HTML version deleted]]
2013 Jan 21
1
Ordered Probit/Logit with random coefficients
...ut I didn't find what I want, that is why I as the question here. Threads discussing this issue on this mailing list are already quite old. Does anybody know of a function in R which allows to estimate ordered probit/logit model with random coefficients. The only mixed effect model I found was clmm of the ordinal package but it only provides random intercepts. I am grateful for every hint! Best regards, AK <andreas.karpf@malix.univ-paris.fr> [[alternative HTML version deleted]]
2013 Nov 19
1
Repeated measures with categorical data
Hello, I am working in a longitudinal study, with a categorical variable as a dependent variable (alcohol consumption: no use, use, abuse and dependence) with repeated measures (baseline, 1 year, 2 years). Besides I have another variable with two groups: control and experimental. I would like to analyze the evolution in each group, I have though in lme, but I am not sure if I can do an lme with
2011 Mar 24
3
Longitudinal categorical response data
Dear List,   I have some longitudinal data, each patient was followed at times 0, 12, 16, 24 weeks and measure severity of a illness (0-worse, 1-same, 2-better). So, longitudinal response is categorical.  I was wondering whether lmer in R can fit a model for this type of data. If so, how we code? Or any other function in R that can fit this type of longitudinal data? Any suggestion would be
2010 Sep 29
1
generalized additive mixed models for ordinal data
? stato filtrato un testo allegato il cui set di caratteri non era indicato... Nome: non disponibile URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100929/bedab79b/attachment.pl>
2012 May 07
0
Ranked predictor and response variable analysis
Hello, I have an experimental design where I would like to use separate ranking events to predict an independent ranking event. I have been using function clmm in the ordinal library but now realize that I am violating one of the assumptions. I have included a subset of the data. I am looking at how undergraduate students perceive the architecture and biological correctness of box and arrow models when deciding on a model's overall quality. I const...