search for: surveys

Displaying 20 results from an estimated 1699 matches for "surveys".

Did you mean: survey
2010 Mar 28
2
Design of a survey using the "survey" package
I have looked through the new "Complex Surveys" book and the documentation for the "survey" package and it appears to me that there are no functions in "survey" that help one to design a sampling scheme. For example, in the book section 2.8 discusses the design of stratified samples, but there is no mention of any funct...
2011 Jul 11
2
Pre-populating association
...ord::Base belongs_to :survey has_many :preferences end class Preference < ActiveRecord::Base belongs_to :ballot belongs_to :question end To be clear: a survey is the set of questions and a ballot is a voter''s set of answers (preferences). I''m using the nested route: /surveys/[:survey_id]/ballot/new for the voting page. What I''m having trouble with is pre-populating the ballot with empty preferences. When ballot/new is called, I do this: def new @survey = Survey.find(params[:survey_id]) @ballot = @survey.ballots.build # Prepare the ballo...
2012 May 14
1
Post stratification weights in survey package in R
Hi all, I have data collected from a survey administered on a subset of the population. I also have the population proportions of variables such as gender, race and housing type. I would like to combine the weights from each separate cross tab (of gender, race and housing type) such that the weighted proportions of my survey data matches that of the population. I have tried the following:
2011 Oct 11
3
Chi-Square test and survey results
An organization has asked me to comment on the validity of their recent all-employee survey. Survey responses, by geographic region, compared with the total number of employees in each region, were as follows: > ByRegion All.Employees Survey.Respondents Region_1 735 142 Region_2 500 83 Region_3 897 78
2010 May 12
2
Data Mining Survey
Dear R-Helpers, SAS Institute just mailed out the notice below regarding a survey of people who do data mining. To help keep the survey from becoming biased toward commercial software, I thought it would be good to post it here as well. Cheers, Bob Fourth Annual Data Miner Survey Rexer Analytics has asked statistical and data mining software vendors to forward this survey as a courtesy. (SAS is
2006 Mar 02
4
The inaugural Shorewall survey!
Greetings to all of the Shorewall community! We''d like to find out a little more about the environments in which Shorewall runs, and to this end i''ve created a survey. It is mostly designed to allow Shorewall users to see how their environment compares with that of the average Shorewall user (if such a thing exists!), but the results may be used by the Shorewall team to assist
2009 Oct 23
2
Memory Problems with CSV and Survey Objects
I'm working with a 350MB CSV file on a server that has 3GB of RAM, yet I'm hitting a memory error when I try to store the data frame into a survey design object, the R object that stores data for complex sample survey data. When I launch R, I execute the following line from Windows: "C:\Program Files\R\R-2.9.1\bin\Rgui.exe" --max-mem-size=2047M Anything higher, and I get an
2003 Sep 20
4
using aggregate with survey-design and survey functions
Hi R users, I am trying to use the aggregate function with a survey design object and survey functions, but get the following error. I think I am incorrectly using the syntax somehow, and it may not be possible to access variables directly by name in a survey-design object. Am I right? How do I fix this problem? I have used aggregate with "mean" and "weighted.mean", and
2017 Nov 11
1
Primer for working with survey data in R
Dear Kevin, In addition to the advice you've received, take a look at the survey package. It's not quite what you're asking for, but in fact it's probably more useful, in that it provides correct statistical inference for data collected in complex surveys. The package is described in an article, T. Lumley (2004), Analysis of complex survey samples, Journal of Statistical Software 9(1): 1-19, and a book, T. Lumley, Complex Surveys: A Guide to Analysis Using R, Wiley, 2010, both by the package author. I hope that this helps, John > -----Origina...
2007 Sep 22
1
Rails newbie: passing a value to hidden form field, then getting it
Warning: I am as green as #00FF00 with rails :-) I have an rhtml view that shows a survey: /views/survey/show.rhtml. I have a Survey model, helper and controller. I''m using the acts_as_commentable plugin to collect comments, and trying to save user comments from users who have taken a survey (don''t ask -- it''s just a test). To save the comment, I need the id of the
2015 Mar 02
5
Calling all Samba Users: 2015 User Survey
What Samba features do you care about most? Do you have problems or ideas to tell the Samba Team? Which parts of the documentation are most important to you? The Samba Team invites all users to participate in the Samba Survey at https://www.surveygizmo.com/s3/2020369/Samba-User-Survey-2015 The survey takes only 5-10 minutes to complete and runs until the end of March. We don't of course
2015 Mar 02
5
Calling all Samba Users: 2015 User Survey
What Samba features do you care about most? Do you have problems or ideas to tell the Samba Team? Which parts of the documentation are most important to you? The Samba Team invites all users to participate in the Samba Survey at https://www.surveygizmo.com/s3/2020369/Samba-User-Survey-2015 The survey takes only 5-10 minutes to complete and runs until the end of March. We don't of course
2017 Jan 17
2
Git Transition status?
> On Jan 17, 2017, at 3:01 PM, Robinson, Paul <paul.robinson at sony.com> wrote: > > - As Medhi says, according to surveys and discussions in forums like the LLVM Dev Meeting BoF, most people who care are in favor of mono-repo. > > From the online surveys, I think the split was roughly 50:50. > > I don’t know on what data you’re basis this on. I looked very closely and here are two questions that contra...
2008 Jan 25
3
function code
R-help, Sorry for this question (I guess it has been addressed before but I could not find it in the archives) but how can I see a function code when the following comes up: > svymean function (x, design, na.rm = FALSE, ...) { .svycheck(design) UseMethod("svymean", design) } <environment: namespace:survey> Thanks in advance
2008 Aug 18
1
Survey Design / Rake questions
I'm trying to learn how to calibrate/postStratify/rake survey data in preparation for a large survey effort we're about to embark upon. As a working example, I have results from a small survey of ~650 respondents, ~90 response fields each. I'm trying to learn how to (properly?) apply the aforementioned functions. My data are from a bus on board survey. The expansion in the
2011 Mar 03
3
R usage survey
Hi R users, I request members of the R community to consider filling a short survey regarding the use of R. The survey can be found at http://goo.gl/jw1ig Please accept my apologies for posting here for a non-technical reason. The data collected will be suitably analyzed and I'll post a link to the results in the coming weeks. Thank you all for your interest and for sharing your R usage
2012 Nov 20
2
Ordering List Items Chronologically
Dear colleagues, Is there a way to order list items by date? I have a series of surveys in a list where the name of each list item is the date the survey was taken but the list items are out of order. Each data frame has a variable in it with the survey date as well, if that helps. Yours, Simon Kiss #Sample Data mylist<-list('1991-01-01'=data.frame(a=rep(5,5), survey.date=...
2019 Jun 30
3
Second Asterisk server SIP JOIN a call to conduct a post-call survey
I am designing a solution for a hotel booking call center with the following (mandatory) design: After the call from the customer with the booking agent is complete (and the Hotel PBX disconnects from the call), a second PBX takes over to conduct a survey of how the call went. Both PBX's are Asterisk based. So customer phone [C] connects to hotel PBX [H]. Once [H] disconnects, the
2008 Nov 04
2
ordered logistic regression of survey data with missing variables
Hello: I am working with a stratified survey dataset with sampling weights and I want to use multiple imputation to help with missingness. 1. Is there a way to run an ordered logistic regression using both a multiply imputed dataset (i.e. from mice) and adjust for the survey characteristics using the weight variable? The Zelig package is able to do binary logistic regressions for survey
2007 Aug 24
2
SURVEY: wxRuby API style
Hi As we''re getting closer to a stable release of wxRuby, I''d like to get your views on the API style. There''s a survey here: http://rubyforge.org/survey/survey.php?group_id=35&survey_id=66 I''d like to know if you''d like to see two wxSugar syntax features become part of core, standard wxRuby version 2.0. These are: 1) Allow ruby-style