search for: ideol

Displaying 8 results from an estimated 8 matches for "ideol".

Did you mean: ideal
2004 Dec 16
1
help with multiple imputation using imp.mix
...ses.fas.harvard.edu/~gov2001/Data/immigrati on.dat',header=TRUE) library(mix) rngseed(12345678) # Preare data for imputation gender1<-c() gender1<-as.integer(data$gender) gender1[gender1==1]<-2 gender1[gender1==0]<-1 data$gender<-gender1 x<-cbind(data$gender,data$ipip,data$ideol,data$prtyid, data$wage1992) colnames(x)<-c("gender","ipip", "ideol", "prtyid","wage") # start imputation s <- prelim.mix(x,4) thetahat <- em.mix(s) And here comes the error message: > newtheta <- da.mix(s,thetahat, steps=100,showits...
2017 Jul 26
3
How long to wait for process?
UseRs, I have a dataframe with 2547 rows and several hundred columns in R 3.1.3. I am trying to run a small logistic regression with a subset of the data. know_fin ~ comp_grp2+age+gender+education+employment+income+ideol+home_lot+home+county > str(knowf3) 'data.frame': 2033 obs. of 18 variables: $ userid : Factor w/ 2542 levels "FNCNM1639","FNCNM1642",..: 1857 157 965 1967 164 315 849 1017 699 189 ... $ round_id : Factor w/ 1 level "Round 11": 1...
2017 Jul 27
2
How long to wait for process?
...lo wrote: >> UseRs, >> >> I have a dataframe with 2547 rows and several hundred columns in R >> 3.1.3. I am trying to run a small logistic regression with a subset >> of the data. >> >> know_fin ~ >> comp_grp2+age+gender+education+employment+income+ideol+home_lot+home+county >> >> > str(knowf3) >> 'data.frame': 2033 obs. of 18 variables: >> $ userid : Factor w/ 2542 levels "FNCNM1639","FNCNM1642",..: >> 1857 157 965 1967 164 315 849 1017 699 189 ... >> $ r...
2017 Jul 27
0
How long to wait for process?
...On 7/26/2017 10:14 AM, john polo wrote: > UseRs, > > I have a dataframe with 2547 rows and several hundred columns in R > 3.1.3. I am trying to run a small logistic regression with a subset of > the data. > > know_fin ~ > comp_grp2+age+gender+education+employment+income+ideol+home_lot+home+county > > > str(knowf3) > 'data.frame': 2033 obs. of 18 variables: > $ userid : Factor w/ 2542 levels "FNCNM1639","FNCNM1642",..: > 1857 157 965 1967 164 315 849 1017 699 189 ... > $ round_id : Factor w/ 1...
2017 Jul 27
0
How long to wait for process?
...john polo wrote: >>> UseRs, >>> >>> I have a dataframe with 2547 rows and several hundred columns in R 3.1.3. I am trying to run a small logistic regression with a subset of the data. >>> >>> know_fin ~ comp_grp2+age+gender+education+employment+income+ideol+home_lot+home+county >>> >>> > str(knowf3) >>> 'data.frame': 2033 obs. of 18 variables: >>> $ userid : Factor w/ 2542 levels "FNCNM1639","FNCNM1642",..: 1857 157 965 1967 164 315 849 1017 699 189 ... >>>...
2017 Jul 27
1
How long to wait for process?
...>>>> UseRs, >>>> >>>> I have a dataframe with 2547 rows and several hundred columns in R 3.1.3. I am trying to run a small logistic regression with a subset of the data. >>>> >>>> know_fin ~ comp_grp2+age+gender+education+employment+income+ideol+home_lot+home+county >>>> >>>> > str(knowf3) >>>> 'data.frame': 2033 obs. of 18 variables: >>>> $ userid : Factor w/ 2542 levels "FNCNM1639","FNCNM1642",..: 1857 157 965 1967 164 315 849 1017 699 189...
2003 Jul 30
0
Lula-Cuba, "bloqueio", patrulhas"...
msz De: Fern?ndez-L?pez, Ambito Iberoamericano, Paseo de la Castellana 223, Madrid. [1]InEnglish - [2]EnEspanol Caros amigos luso-brasileiros, ? de se perguntar se as "patrulhas ideol?gicas" esquerdistas estar?o impedindo que os ?ltimos artigos do ex preso pol?tico e escritor cubano Armando Valladares - que abordam delicados aspetos das rela??es entre o regime comunista de Cuba e o atual governo brasileiro - cheguem aos grandes jornais. Por via de d?vidas, e qua...
2011 Sep 08
0
Consistently printing the name of an object passed to a function; & a data-auditing question
..._ it does not evaluate all the way to an object: > names(var.df) [1] "year" "YEAR" "AGE" "COHORT.5" "COHORT.10" "ETHNIC" "EDUC" "INCOME" "INTERNET" "PARTY" "IDEOL" >for (sel in 1:length(names(var.df))) testX(names(var.df)[sel]) Gives an output like this: ################################## testX( names(var.df)[sel] ): Class= character Mode= character Summary: Length Class Mode 1 character character Structure: chr "ye...