Displaying 13 results from an estimated 13 matches for "multinominal".
Did you mean:
multinomial
2006 Dec 20
1
help for multinominal logistic regression code
Dear all,
firstly I would like to say I am a beginner user for R and also naturally a new member of this mail list. This means I have newer read previous mails before.
I need a small help for my analysis. I want to perform a multinominal logistic regression for my data set. But as I told before I am a beginner for R and I couldn't find the code for multinominal logistic regression.
Could you please help me for multinominal logistic regression code?
Thank you for your attention.
Best wishes,
Mehmet Akif E...
2000 Oct 24
2
multinominal probit & logit
Dear everybody!
Are there algorithms for multinominal logit/probit available for R? Is it my
fault that I cannot find these in CRAN? Has somebody programmed these?
with best wishes
Ott Toomet
Ott.Toomet at mail.ee
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~...
2006 Jan 11
1
Log-likelihood for Multinominal Probit Regression Model
I use mnp to run a multinominal probit regression model, but the summary
doesn't contain the model statistics, such as the log-likelihood and degree
of freedom, for the assessment of the goodness-of-fit of the fitted model.
Is there any way that I can generate these statistics for the fitted model
in R?
Many thanks in ad...
2003 Dec 01
0
Cluster analysis for multinominal data?
Dear all,
Are there some other clusters algorithms suitable for multinominal data (except DAISY)
available for R?
Thanks
Michal
---
Odchozí zpráva neobsahuje viry.
Zkontrolováno antivirovým systémem AVG (http://www.grisoft.cz).
Verze: 6.0.543 / Virová báze: 337 - datum vydání: 21.11.2003
[[alternative HTML version deleted]]
2002 Apr 22
1
Goodness-of-fit
Hi,
I want to perform goodness of fit test for multinominal distribution. The
easiest way would be to use Chi2, but the measurment errors are not
normally distributed. I thought about using some bootstraping method to
perform the analysis. How can I do it in R?
Tomek
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help ma...
2010 Feb 14
1
mlogit function cut off formular
I'm trying to fit a multinominal logistic model using package mlogit. I have
15 independent variables. The code looks like this:
m<-mlogit(score~0|f1+f2+f3+f4+f5+f6+f7+f8+f9+f10+f11+f12+f13+f14+f15, data,
reflevel="1")
And it gives the following error message:
Error in parse(text = x) :
unexpected ')' in &...
2018 Feb 19
3
gbm.step para clasificación no binaria
...olo se indica que han de existir dos niveles en la variable
> predictora, vaya que al menos sea binaria...
> En la función en el parámetro "gbm.y" es donde indicas qué columna es la
> predictora. No hay otro parámetro donde por otro lado le indiques si es un
> modelo binario o multinominal...
>
> Saludos,
> Carlos Ortega
> www.qualityexcellence.es
>
>
> 2018-02-19 14:03 GMT+01:00 Manuel Mendoza <mmendoza en mncn.csic.es>:
>
>> Hola erreros, ¿sabéis si gbm.step puede usarse para clasificación no
>> binaria?
>> Gracias
>> --
>>...
2010 Oct 03
2
A problem about nomogram--thank you for you help
dear professor:
I am a doctor of urinary,and I am developing a nomogram of bladder tumor.Now I have a problem about this.
I have got the result like this through analysing the dataset "exp11.sav" through multinominal logistic regression by SPSS 17.0.(the Sig. is high,that is good ,it is just aexperimental data )
Parameter Estimates
Ya
B
Std. Error
Wald
df
Sig.
Exp(B)
95% Confidence Interval for Exp(B)
Lower Bound
Upper Bound
1
Intercept
-1.338
.595
5.059
1
.024
T.Grade
.559
.319
3...
2018 Feb 19
2
gbm.step para clasificación no binaria
Hola erreros, ¿sabéis si gbm.step puede usarse para clasificación no binaria?
Gracias
--
Dr Manuel Mendoza
Department of Biogeography and Global Change
National Museum of Natural History (MNCN)
Spanish Scientific Council (CSIC)
C/ Serrano 115bis, 28006 MADRID
Spain
2018 Feb 19
2
Gráficas 3D
...existir dos niveles en la variable
> > predictora, vaya que al menos sea binaria...
> > En la función en el parámetro "gbm.y" es donde indicas qué columna es la
> > predictora. No hay otro parámetro donde por otro lado le indiques si es
> un
> > modelo binario o multinominal...
> >
> > Saludos,
> > Carlos Ortega
> > www.qualityexcellence.es
> >
> >
> > 2018-02-19 14:03 GMT+01:00 Manuel Mendoza <mmendoza en mncn.csic.es>:
> >
> >> Hola erreros, ¿sabéis si gbm.step puede usarse para clasificación no
> >...
2010 Oct 04
1
I have aproblem about nomogram--thank you for your help
dear professor:
I have a problem about the nomogram.I have got the result through analysing the dataset "exp2.sav" through multinominal logistic regression by SPSS 17.0.
and I want to deveop the nomogram through R-Projject,just like this :
> n<-100
> set.seed(10)
> T.Grade<-factor(0:3,labels=c("G0", "G1", "G2","G3"))
> Sex<-factor(0:1,labels=c("F","M&...
2018 Feb 19
3
gbm.step para clasificación no binaria
...dos niveles en la variable
>>> predictora, vaya que al menos sea binaria...
>>> En la función en el parámetro "gbm.y" es donde indicas qué columna es la
>>> predictora. No hay otro parámetro donde por otro lado le indiques si es un
>>> modelo binario o multinominal...
>>>
>>> Saludos,
>>> Carlos Ortega
>>> www.qualityexcellence.es
>>>
>>>
>>> 2018-02-19 14:03 GMT+01:00 Manuel Mendoza <mmendoza en mncn.csic.es>:
>>>
>>> Hola erreros, ¿sabéis si gbm.step puede usarse para cla...
2002 Aug 29
3
How would you do a logistic analysis
On two lists of data (in a matrix perhaps?) And may i also know where I can
find the complete documentation of how to use all the functions in R? Thank
you for your help!
_________________________________________________________________
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html