Displaying 20 results from an estimated 40000 matches similar to: "SVM for ordinal regression"
2009 Feb 27
1
Ordinal Mantel-Haenszel type inference
Hello,
I am searching for an R-Package that does an exentsion of the Mantel-Haenszel test for ordinal data as described in Liu and Agresti (1996) "A Mantel-Haenszel type inference for cummulative odds ratios". in Biometrics. I see packages such as Epi that perform it for binary data and derives a varaince for it using the Robbins and Breslow variance method. As well as another pacakge
2007 Jul 05
2
Question for svm function in e1071
Hi,
Sorry that I have many questions today. I am using svm function on about 180,000 points of training set. It takes very long time to run. However, I would like it to spit out something to make sure that the run is not dead in between. Would you please suggest anyway to do so?
And is there anyway to speed up the performance of this svm function? Thank you.
- adschai
2010 Mar 16
0
New package: ordinal
This is to announce the new R-package ?ordinal? that implements
cumulative link (mixed) models for ordinal (ordered categorical) data
(http://www.cran.r-project.org/package=ordinal/).
The main features are:
- scale (multiplicative) as well as location (additive) effects
- nominal effects for a subset of the predictors (denoted partial
proportional odds when the link is the logistic)
- structured
2010 Mar 16
0
New package: ordinal
This is to announce the new R-package ?ordinal? that implements
cumulative link (mixed) models for ordinal (ordered categorical) data
(http://www.cran.r-project.org/package=ordinal/).
The main features are:
- scale (multiplicative) as well as location (additive) effects
- nominal effects for a subset of the predictors (denoted partial
proportional odds when the link is the logistic)
- structured
2007 Jul 05
1
(Statistics question) - Nonlinear regression and simultaneous equation
Hi,I have a fundamental questions that I'm a bit confused. If any guru from this circle could help me out, I would really appreciate.I have a system of equations in which some of the endogs appear on right hand sides of some equations. To solve this, one needs a technique like 2SLS or FIML to circumvent inconsistency of the estimated coefficients. My question is that if I apply the nonlinear
2007 Jul 05
1
Question about framework to weighting different classes in SVM
Hi gurus,
I have a doubt about multiclass classification SVM. The population in my data includes a couple of class labels that have relatively small proportion of the entire population compared to other classes. I would like SVM to pay more attention to these classes. However, the question I am having here is that is there any systematic/theoretic framework to determine the weights for each
2007 Jun 09
1
How to plot vertical line
Hi,I have a result from polr which I fit a univariate variable (of ordinal data) with probit function. What I would like to do is to overlay the plot of my fitted values with the different intercept for each level in my ordinal data. I can do something like:lines(rep(intercept1, 1000), seq(from=0,to=max(fit),by=max(fit)/1000))where my intercept1 is, for example, the intercept that breaks between
2002 Mar 26
0
correlation matrix for mixed contin/nominal/ordinal variables
I have a consulting client with data containing a mixture of
continuous, nominal, and ordinal variables, who wishes
to do some correlational analyses.
Ignoring for the moment whether this is wise or useful,
is there some way to calculate a matrix using, for example,
polychoric correlations for pairs of nominal variables,
or correlations based on normal scores for ordinal variables?
[The PRELIS
2007 Apr 15
1
Fit sem model with intercept
Hi - I am trying to fit sem model with intercepts. Here is what I have in my model.
Exogeneous vars: x1 (continous), x2 (ordinal), x3 (ordinal), x4(continuous)
Endogeneous vars: y1 (continuous), y2 (ordinal), y3 (ordinal)
SEM model:
x1 -> eta1; x2 -> eta1; x3 -> eta2; x4 -> eta2; eta1 -> y1, eta1 -> y2, eta2 -> y2, eta2 -> y3
However, in these arrow models, I
2005 Jun 16
1
Analysing ordinal/nominal data
Hi!
I'm looking for a solution to analyse data, which consists of
dichotomous responses (yes/no) for 2 multinomial ordinal variables. I
was trying glm() and got hierarhical models treating all variables as
nominal, but I can't figure out how to tell glm() to use a model for
ordinal data like this:
log(Mij) = intercept + X + Y + Z + beta*(x-x')*(y-y')
where beta is a
2017 Sep 02
0
correlation between nominal and ordinal
hi merlin,
Check out the hetcor package.
Jim
On Sat, Sep 2, 2017 at 6:25 AM, <merlinverdecia at infomed.sld.cu> wrote:
> I would be very grateful if you would tell me how I can find the degree of
> correlation between a nominal dependent variable and an independent ordinal
> variable. The nominal variable has only two levels: YES and NO.
> thank you very much in advance
>
2009 Oct 12
1
Ordinal response model
I have been asked to analyse some questionnaire data- which is not data I'm
that used to dealing with. I'm hoping that I can make use of the nabble
expertise (again).
The questionnaire has a section which contains a particular issue and then
questions which are related to this issue (and potentially to each other):
1) importance of the issue (7 ordinal categories from -3 to +3)
2) impact
2002 Aug 11
1
Ordinal categorical data with GLM
Hello All:
I am looking for you help.
I am trying to replicate the results of an example found in Alan Agresti's
"Categorical Data Analysis" on pages 267-269. The example is one of a 2 x 2
cross-classification table of ordinal counts: job satisfaction and income.
I am able to get Agresti's results for the independence model (G^2 = 12.03
with df = 9) assuming as he does that
2009 Aug 12
5
Nominal variables in SVM?
Hi,
The answers to my previous question about nominal variables has lead me
to a more important question.
What is the "best practice" way to feed nominal variable to an SVM.
For example:
color = ("red, "blue", "green")
I could translate that into an index so I wind up with
color= (1,2,3)
But my concern is that the SVM will now think that the values are
2004 May 05
4
Analysis of ordinal categorical data
Hi
I would like to analyse an ordinal categorical variable. I know how I can analyse a nominal categorical variable (with multinom or if there are only two levels with glm).
Does somebody know which command I need in R to analyse an ordinal categorical variable?
I want to describe the variable y with the variables x1,x2,x3 and x4. So my model looks like: y ~ x1+x2+x3+x4.
y: ordinal factor
2007 Apr 09
1
Dealing with large nominal predictor in sem package
Hi,
I am using tsls function from sem package to estimate a model which includes large number of data. Among its predictors, it has a nominal data which has about 10 possible values. So I expand this parameter into 9-binary-value predictors with the coefficient of base value equals 0. I also have another continuous predictor.
The problem is that, whenever I run the tsls, I will get 'System
2002 Jul 08
1
R Libraries for ORDINAL categorical data
Hello All:
I know the function loglin() and loglm() from librarary(MASS) performs
analysis on nominal categorical data. Are there any libraries, functions or
examples available for analysis of ordinal categorical data? I have in mind
procedures that can replicate results in Alan Agresti (1984) "Analysis of
Ordinal Categorical Data."
Thanks,
ANDREW
2010 Oct 22
1
Ordinal response model in depmixS4
I am running a latent class regression with 3 nominal and 2 ordinal variables using depmixS4 but the available response models do not include one for ordinal response. How do I go about this?
Penny
[[alternative HTML version deleted]]
2011 Jun 14
1
Factor analysis on ordinal & nominal data
Hi,
are there readily available R packages that are able to perform FA on
ordinal and/or nominal data?
If not, what other approaches and helpful packages would you suggest?
BR,
Jay
2017 Sep 01
4
correlation between nominal and ordinal
I would be very grateful if you would tell me how I can find the
degree of correlation between a nominal dependent variable and an
independent ordinal variable. The nominal variable has only two
levels: YES and NO.
thank you very much in advance
regards,
merlin
----------------------------------------------------------------
--
Este mensaje le ha llegado mediante el servicio de correo