Re: [R] svyboxplot - library (survey)

2012-10-18 Thread Muhuri, Pradip (SAMHSA/CBHSQ)
a brief customer survey:  http://cbhsqsurvey.samhsa.gov -Original Message- From: Thomas Lumley [mailto:tlum...@uw.edu] Sent: Wednesday, October 17, 2012 11:13 PM To: Muhuri, Pradip (SAMHSA/CBHSQ) Cc: Anthony Damico; R help Subject: Re: [R] svyboxplot - library (survey) On Thu, Oct 18

Re: [R] svyboxplot - library (survey)

2012-10-18 Thread Muhuri, Pradip (SAMHSA/CBHSQ)
From: Muhuri, Pradip (SAMHSA/CBHSQ) Sent: Thursday, October 18, 2012 4:45 PM To: 'Thomas Lumley' Cc: Anthony Damico; R help; Muhuri, Pradip (SAMHSA/CBHSQ) Subject: RE: [R] svyboxplot - library (survey) Hello Dr. Lumley, Thank you for your advice

Re: [R] svyboxplot - library (survey)

2012-10-17 Thread Muhuri, Pradip (SAMHSA/CBHSQ)
, bandwidth=5,subset(nhis, xspd2=='SPD')), lwd=2) From: Anthony Damico [ajdam...@gmail.com] Sent: Monday, October 01, 2012 10:07 AM To: Muhuri, Pradip (SAMHSA/CBHSQ) Cc: R help Subject: Re: [R] svyboxplot - library (survey) using a slight modification

Re: [R] svyboxplot - library (survey)

2012-10-17 Thread Thomas Lumley
] Sent: Monday, October 01, 2012 10:07 AM To: Muhuri, Pradip (SAMHSA/CBHSQ) Cc: R help Subject: Re: [R] svyboxplot - library (survey) using a slight modification of the example shown in ?svyboxplot # load survey library library(survey) # load example data data(api) # create an example

Re: [R] svyboxplot - library (survey)

2012-10-02 Thread Muhuri, Pradip (SAMHSA/CBHSQ)
Hi Thomas, Thank you so much for your help. Pradip From: Thomas Lumley [tlum...@uw.edu] Sent: Monday, October 01, 2012 6:45 PM To: Muhuri, Pradip (SAMHSA/CBHSQ) Cc: Anthony Damico; R help Subject: Re: [R] svyboxplot - library (survey) The documentation

[R] svyboxplot - library (survey)

2012-10-01 Thread Muhuri, Pradip (SAMHSA/CBHSQ)
Hello, I have used the library (survey) package for boxplots using the following code. Could anyone please tell me why I am getting only 1 boxplot instead of 2 boxplots (1-SPD, 2-No SPD). What changes in the following code would be required to get 2 boxplots in the same plot frame?

Re: [R] svyboxplot - library (survey)

2012-10-01 Thread Anthony Damico
using a slight modification of the example shown in ?svyboxplot # load survey library library(survey) # load example data data(api) # create an example svydesign dstrat - svydesign(id = ~1, strata = ~stype, weights = ~pw, data = apistrat, fpc = ~fpc) # set the plot window to display 1

Re: [R] svyboxplot - library (survey)

2012-10-01 Thread Muhuri, Pradip (SAMHSA/CBHSQ)
: Anthony Damico [mailto:ajdam...@gmail.com] Sent: Monday, October 01, 2012 10:07 AM To: Muhuri, Pradip (SAMHSA/CBHSQ) Cc: R help Subject: Re: [R] svyboxplot - library (survey) using a slight modification of the example shown in ?svyboxplot # load survey library library(survey) # load example

Re: [R] svyboxplot - library (survey)

2012-10-01 Thread Anthony Damico
feedback. Please click on the following link to complete a brief customer survey: http://cbhsqsurvey.samhsa.gov ** ** *From:* Anthony Damico [mailto:ajdam...@gmail.com] *Sent:* Monday, October 01, 2012 10:07 AM *To:* Muhuri, Pradip (SAMHSA/CBHSQ) *Cc:* R help *Subject:* Re: [R] svyboxplot

Re: [R] svyboxplot - library (survey)

2012-10-01 Thread Thomas Lumley
, 2012 10:07 AM To: Muhuri, Pradip (SAMHSA/CBHSQ) Cc: R help Subject: Re: [R] svyboxplot - library (survey) using a slight modification of the example shown in ?svyboxplot # load survey library library(survey) # load example data data(api) # create an example svydesign dstrat