Displaying 20 results from an estimated 300 matches similar to: "proportional odds model"
2007 Aug 02
1
proportional odds model in R
Hi all!!
I am using a proportinal odds model to study some ordered categorical
data. I am trying to predict one ordered categorical variable taking
into account only another categorical variable.
I am using polr from the R MASS library. It seems to work ok, but I'm
still getting familiar and I don't know how to assess goodness of fit.
I have this output, when using response ~ independent
2003 Jun 14
3
Confidence intervals plot
Hi all!!
I am trying to plot several confidence intervals in a unique plot. That is, for each x, I have a confidence interval for a parameter related to x and I would like to plot them in the same plot, in order to compare them. The plot would look like some parallel vertical lines, each one corresponding to a x value. Their extrem points would be the confidence interval limits.
I do not know if
2005 Sep 05
1
convergence for proportional odds model
Hey, everyone,
I am using proportional odds model for ordinal responses in dose-response experiments. For some samll data, SAS can successfully provide estimators of the parameters, but the built-in function polr() in R fails. Would you like to tell me how to make some change so I can use polr() to obtain the estimators? Or anyone can give me a hint about the conditions for the existance of MLE
2005 Jul 15
0
Ordinal data - Regression Trees & Proportional Odds
Dear Dr. Fieberg,
you used a regression tree approach to explore ordinal data set in addition to
the proportinal odds model. I find this very interesting. I would like to know, how good the
results of the regression tree approach turned out in comparison to the
proportional odds model. Since people very often treat ordinal data as continuous, I would
like to know how successfull this strategy
2004 Dec 17
1
Masive Fax Sendig with spandsp
Anybody have expiriance with masive fax sendig with spandsp
I have PRI E1, plan to bye Digium E1 card and to send 30 fax's in the same time.
Any working solution?
P.S. Please, need for Yesterday.
2008 Jul 23
1
AIRC application sendig email .NETV2 fails
Hello my app tries to send an email
in the debug i get the following
trace:loaddll:load_native_dll Loaded L"C:\\AIRC\\SGP\\AIRCMail.dll" at 0x2450000: native
trace:loaddll:load_native_dll Loaded L"C:\\windows\\winsxs\\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_0de06acd\\MSVCR80.dll" at 0x78130000:
native
trace:loaddll:load_native_dll Loaded
2016 Sep 22
1
Sendig patches to speex
Thanks Tristan
The patch is attached and applies to speexdsp's master.
The warnings came from Wireshark's coverity scans.
Dario.
On Tue, Sep 20, 2016 at 10:56 PM, Tristan Matthews <tmatth at videolan.org>
wrote:
> Hi Dario,
>
> On Wed, Aug 10, 2016 at 6:07 AM, Dario Lombardo <lomato at gmail.com> wrote:
> > Hello devels
> > I'm a core developer of the
2016 Aug 10
2
Sendig patches to speex
Hello devels
I'm a core developer of the wireshark project. In our audit process, a
piece of code of speex (the copy we maintain inside wireshark) showed a
flaw. I have a couple of patches I'd like to send you but I can't find
details about the submission process. Can you help me?
Thanks
Dario.
--
Naima is online.
-------------- next part --------------
An HTML attachment was
2006 Jan 20
3
Detecting a PRI failure from dialplan
Hi,
I would like to know if there is a way to detect the status of a span
prior of sendig a call across it from the dialplan.
I was asked to set up an * server with 2 spans connected to the telco and use the second as
failover for the first.
I checked that dialing a failed span (for instance: cable disconnected or
no line) results in "congestion" for ${DIALSTATUS}, but message is too
2009 Jun 03
2
how can I ordinal regression??
What function and package I use to conduct ordinal regression??
My data is composed 2colums and 180rows.
The first colum indicate level of mass and second colum is intensity.
So, I want to calculate how much intensity are related mass.
[[alternative HTML version deleted]]
2007 Nov 10
1
polr() error message wrt optim() and vmmin
Hi,
I'm getting an error message using polr():
Error in optim(start, fmin, gmin, method = "BFGS", hessian = Hess, ...) :
initial value in 'vmmin' is not finite
The outcome variable is ordinal and factored, and the independant variable
is continuous. I've checked the source code for both polr() and optim()
and can't find any variable called
2005 Feb 20
1
logistic regression and 3PL model
Hello colleagues,
This is a follow up to a question I posed in November regarding an analysis
I was working on. Thank you to Dr. Brian Ripley and Dr. John Fox for
helping me out during that time.
I am conducting logistic regression on data set on psi (ESP) ganzfeld
trials. The response variable is binary (correct/incorrect), with a 25%
guessing base rate. Dr. Ripley suggested that I
2008 Sep 28
0
constrained logistic regression: Error in optim() with method = "L-BFGS-B"
Dear R Users/Experts,
I am using a function called logitreg() originally described in MASS (the
book 4th Ed.) by Venebles & Ripley, p445. I used the code as provided but
made couple of changes to run a 'constrained' logistic regression, I set the
method = "L-BFGS-B", set lower/upper values for the variables.
Here is the function,
logitregVR <- function(x, y, wt =
2008 Sep 29
0
Logistic Regression using optim() give "L-BFGS-B" error, please help
Sorry, I deleted my old post. Pasting the new query below.
Dear R Users/Experts,
I am using a function called logitreg() originally described in MASS (the
book 4th Ed.) by Venebles & Ripley, p445. I used the code as provided but
made couple of changes to run a 'constrained' logistic regression, I set the
method = "L-BFGS-B", set lower/upper values for the variables.
Here
2003 Jan 22
3
Error when using polr() in MASS
Dear all,
I get an error message when I use polr() in MASS. These are my data:
skugg grupp frekv
4 1 gr3 0
5 2 gr3 3
6 3 gr3 6
10 1 gr5 1
11 2 gr5 12
12 3 gr5 1
>
> summary(polr(skugg ~ grupp, weights=frekv, data= skugg.cpy1.dat))
Error in optim(start, fmin, gmin, method = "BFGS", hessian = Hess, ...) :
2008 Mar 10
0
Proportional odds ordinal logistic regression models with random effects
I am trying to incorporate random effects (random intercept is good enough)
to a proportional odds logistic regression model for ordinal outcomes.
Could lme4 do this? I'd appreciate any input.
Hakan Demirtas
2006 Jun 06
0
Score test to evalutate the proportional odds assumption.
To the list:
What R commands will perform the score test on an ordered multinomial
logit model to evaluate the proportional odds assumption?
Many thanks.
Mtichell Wachtel
[[alternative HTML version deleted]]
2011 Nov 03
0
L1 penalization for proportional odds logistic regression
Dear community,
I am currently attempting to perform a (L1) penalized ordinal logistic
regression with proportional odds. For the moment I only found R packages
allowing to perform forward or backward continuation ratio model with
several penalizations.
Does anyone have a clue of what R package I could use ? I am not even quite
sure that penalized logistic regression with proportional odds has
2010 Jun 09
0
non-parametric repeated measures anova using Proportional Odds Model - examples?!
Hello dear R-help mailing list,
I wish to perform a non-parametric repeated measures anova.
If what I read online is true, this could be achieved using a mixed Ordinal
Regression model (a.k.a: Proportional Odds Model).
I found two packages that seems relevant, but couldn't find any vignette on
the subject:
http://cran.r-project.org/web/packages/repolr/
2009 Feb 24
1
polr (MASS): score test for proportional odds model
For the following model,
library(vcd)
arth.polr <- polr(Improved ~ Sex + Treatment + Age, data=Arthritis)
summary(arth.polr)
where Improved is an ordered, 3-level response I'm looking for a
*simple* way to test
the validity of the proportional odds assumption, typically done via a
score test
for equal slopes/effects over the predictors.
I do find a po.test= option in the repolr package