Re: [R] Resetting Baseline Level of Predictor in svyglm Function

2016-11-03 Thread Courtney Benjamin
; 607-763-8633 From: Anthony Damico <ajdam...@gmail.com> Sent: Tuesday, November 1, 2016 3:20 AM To: Courtney Benjamin Cc: r-help@r-project.org Subject: Re: [R] Resetting Baseline Level of Predictor in svyglm Function hi, i think you want elsq1ch_brr <-

Re: [R] Resetting Baseline Level of Predictor in svyglm Function

2016-11-01 Thread Anthony Damico
hi, i think you want elsq1ch_brr <- update( elsq1ch_brr , F1HIMATH = relevel(F1HIMATH,"PreAlg or Less") ) On Mon, Oct 31, 2016 at 9:05 PM, Courtney Benjamin wrote: > Hello R Users: > > I am using the survey package in R for modeling with complex survey data. > I am

[R] Resetting Baseline Level of Predictor in svyglm Function

2016-10-31 Thread Courtney Benjamin
Hello R Users: I am using the survey package in R for modeling with complex survey data. I am trying to reset the baseline level of certain predictor variables being used in a logistic regression without success. The following is a reproducible example: library(RCurl) library(survey) data <-