Displaying 4 results from an estimated 4 matches for "dicotomic".
2009 Mar 26
2
Data manipulation - multiplicate cases
Hi listers,
I am trying to arrange my data and I didn't find any information how to do
it!
I have a data with 3 variables: X Y Z
1-I would like to multiplicate de information of X according to the number I
have for my Y variable...
2-Then I want to identify with a dicotomic variable by the number according
my variable Z from X...
I can do the first part by...
z<-rep(x,y)
But I don't know how to set a dicotomic variable according to Z...
Exemple...
I have...
X Y Z
123 3 1
234 3 1
345 4 2
456 3 2
I want to get...
X Y Z
123 3...
2007 Feb 07
1
step in a model with strata
Dear experts,
when I call the step function for a coxph model with n covariates and a dicotomous variable included as strata, the first term removed by step is always the strata variable. This is not what I want and then I do a manual step updating the model minus the least significant covariate and testing with anova, until I have minimized the model. Is there a package were this can be done? or
2010 Jul 16
1
Multinomial logistic regression in complex surveys
Dear R-list members,
I´m using the package "survey" and I need to find a function for
multinomial logistic regression in a complex design. The functions that
I see are only for dicotomic and ordinal variables.
Thank you!
Rosario Austral
________________________________
De: "r-help-request@r-project.org" <r-help-request@r-project.org>
Para: rosarioaustral@yahoo.com.ar
Enviado: viernes, 16 de julio, 2010 16:06:35
Asunto: Welcome to the "R-help" mailing...
2010 May 26
3
cluster analysis and supervised classification: an alternative to knn1?
Hi,
I have a 1.000 observations with 10 attributes (of different types: numeric,
dicotomic, categorical ecc..) and a measure M.
I need to cluster these observations in order to assign a new observation
(with the same 10 attributes but not the measure) to a cluster.
I want to calculate for the new observation a measure as the average of the
meausures M of the observations in the clus...