Displaying 20 results from an estimated 166 matches for "questionnair".
Did you mean:
questionnaire
2009 Mar 29
2
h exten no getting run ...
Asterisk 1.4 r181990
given the dialplan snippet below, can anyone tell me why the h exten is
not being run ?
============================================================================
console output:
[Mar 29 10:33:49] -- Executing [s at questionnaire-menu:1]
Set("Zap/1-1", "TIMEOUT(digit)=3") in new stack
[Mar 29 10:33:49] -- Digit timeout set to 3
[Mar 29 10:33:49] -- Executing [s at questionnaire-menu:2]
Set("Zap/1-1", "TIMEOUT(response)=5") in new stack
[Mar 29 10:33:49] -- Response time...
2008 Dec 11
4
A package to set up a questionnaire & enter data
Hi R users,
Is there a Package in R to
- set up a questionnaire?
- enter data?
Best regards
--
View this message in context: http://www.nabble.com/A-package-to-set-up-a-questionnaire---enter-data-tp20947237p20947237.html
Sent from the R help mailing list archive at Nabble.com.
2006 Apr 23
4
Penalties of using an eval on every request
Hello RoR!
I''m building a rails app for hosting multi-page surveys. I set up
questionnaire, question, and question_component models. Now I''m
initializing them with some data.
survey.rb
q1 = Question.new "q1"
q1.quote "Welcome to a test of the new interviewing system."
q2 = Question.new "q2"
q2.quote "Do you like pie?"
q2.si...
2010 May 08
0
Survey on Web Geo-Spatial Open-Source Technologies: Questionnaire on Ruby On Rails
...tive on the Internet.
With this work we hope to identify strong and weak points of each
project in order to give some guidelines for future directions to the
Open-Source community and potential developers in relation to Geo-
Spatial research.
Therefore we would like to ask you to take an anonymous questionnaire
on
Ruby on Rails.
The questionnaire consists of a few simple questions about your
experience with
the software in terms of usability, stability, interoperability and so
on.
Estimated completion time: about 1 minute (per questionnaire)
Link to the questionnaires: http://bit.ly/geospatial-opensou...
2010 Sep 13
2
SF-36 questionnaire scoring for R?
Dear useRs from the physiology department,
Does someone know of an implementation of the SF-36 questionnaire scoring in
R? I only found SAS and STATA versions, e.g
http://gim.med.ucla.edu/FacultyPages/Hays/util.htm
Dieter
2001 Nov 10
1
piecewise linear regression
We sent questionnaires to lots of folks. The questionnaires
differed in word count (wc). For each questionnaire, I know wc
and whether the questionnaire was returned or not (status). It
looks like there is a fixed rate of return when wc is below a
break point, and the rate of return falls off linearly after
that.
I...
2009 Dec 03
0
online.QTAFI: Online questionnaire environment (R supported)
<R-help@r-project.org>Dear lister,
I am delighted to introduce you to an open souce software to make online
survey/questionnaire. online.QTAFI has been developed by Martin Guist in
INCHER-Kassel since 2003. The questionnaire data are also available to
download in R script.
More about online.QTAFI please visit the documentation site:
http://www.hochschulforschung.uni-kassel.de/qtafidocs/
Best wishes,
Bhina Patria
[[alte...
2010 May 21
0
Survey on Open-Source Technologies: Questionnaire on RoR
...ledge about a number of Open-
Source projects active on the Internet. With this work we hope to
identify strong and weak points of each project in order to give some
guidelines for future directions to the Open-Source community and
developers.
Therefore we would like to ask you to take an anonymous questionnaire
on Ruby On Rails.
Estimated completion time: about 1 minute
Link to the questionnaire: http://bit.ly/geospatial-opensource-survey-rubyonrails
Survey Home page: http://bit.ly/geospatial-opensource-survey
Projects included in this survey: GeoServer, MapServer, PostGIS,
MySQL, Hibernate, Hibernate...
2007 Feb 25
1
Repeated measures logistic regression
Dear all,
I'm struggling to find the best (set of?) function(s) to do repeated
measures logistic regression on some data from a psychology experiment.
An artificial version of the data I've got is as follows. Firstly,
each participant filled in a questionnaire, the result of which is a
score.
> questionnaire
ID Score
1 1 6
2 2 5
3 3 6
4 4 2
...
Secondly, each participant did a task which required a series of
button-pushes. The response is binary. The factors CondA and CondB
describe the structure of the stimulus...
2008 Nov 27
1
[Help] About Participate in CentOS - knoweldge sharing.
Dear friend,
We are conducting a study on the motivation of the knowledge sharing on the CentOS community.
The contributors? experience to Linux is very important to the design and management of this knowledge platform.
Would you please post the following on-line questionnaire message to the CentOS platform or forward the message to the members?
After the survey is done, we will randomly select twenty persons and present them with USB 2GB Flash Drives.
Besides, with each valid questionnaire, we will donate US $1 dollar to CentOS.org.
The result of this survey is analy...
2011 Oct 09
1
help with using last observation carried forward analysis for a clinical trial please
Hi,
I have a series of id's with multiple visits and questionnaire scores. This
is a clinical trial that will be analyzed using the last observation carried
forward method. In other words, in order to comply with intent to treat
analysis when many subjects withdraw, data points for the last visit must be
generated and filled in with the last observation. The u...
2000 Jun 19
0
Notes on R for psychology experiments and questionnaires
We now have a draft of:
Notes on the use of R for psychology experiments and
questionnaires
by
Jonathan Baron and Yuelin Li
at
http://www.psych.upenn.edu/~baron/rpsych.htm
and
http://www.psych.upenn.edu/~baron/rpsych.pdf
and
http://www.psych.upenn.edu/~baron/rpsych.tex
It is intended for students and others who are doing research in
psychology. What makes it "for psychology"...
2008 Nov 28
0
ranking the results of a questionnaire
dear experts,
I reproduced an experiment (questionnaire) some times.
The result of the experiment is a vector of 5 factors, say (A,B,C,D,E).
In the original article the result is given in 5 pairs of mean and stDev for
A .. E, e.g. mean_A=37.4 and sd_A=8.1.
The interval for A,B,C,D,E values is 0..50. The original data frame is not
available.
For a comp...
2012 Aug 04
3
Questionnaire Analysis virtually without continuous Variables
Hello!
I am doing an analysis on a questionnaire of hunters taken in 4
different districts of some mysterious foreign country. The aim of the
study was to gather info on the factors that determine the hunting
success of a peculiarly beautiful bird in that area. All variables are
factors, i.e. they are variables such as "Use of Guns - ye...
2006 Apr 26
0
Controller and Model Responsibilities
...that keep the
model in a proper state should be done within the model, and the
controller should only provide the actions necessary to carry out the
application''s use cases. Am I right so far?
My situation is the following. Whenever an admin performs the action
of creating a new record of questionnaire type (i.e. a new
questionnaire for a client), it also needs to create records in the
tables storing the questionnaire input data. My first guess was that
this functionality should be implemented in the questionnaire model
class, as it is the models responsibility to keep itself in a proper
state....
2012 Jun 02
1
Compare data between two groups/countries on 5-point Likert scale questionnare?
...research on corporate
social responsibility (CSR) between Chinese and German firms. According to
my literature review, it's quite obvious that German firms have much better
CSR initiatives and strategies than the Chinese ones and I wanted to test
whether it was true by sending out Likert-scale questionnaires to Chinese
and German firms through bankers in my family. I have already got 24
responses from the Chinese and 27 from the Germans and it looked quite
evident that the hypothesis is correct. Now that I am writing my analysis
chapter, I am lost as I don't know which is the best way to analyse...
2008 May 03
0
Assessing Customer Satisfaction and Agile Project Management - PhD Dissertation
...na. The reason that I am writing
to you is because I would like you to participate in an internet survey for
my dissertation. The topic of my dissertation is assessing agile project
management and customer satisfaction. The web site where you can find my
survey is: www.assessingagilepm.com.
The questionnaire will ask you about a software development project that was
recently completed within your organization. It will take you about 15
minutes to answer the questions. The questionnaire will ask you a series of
questions about the project, including whether the software product was
developed using agil...
2008 Jan 24
3
How should I organize data to compare differences in matched pairs?
I'm just learning how to use R right now, so I'm not sure what the most
efficient way to organize these data is.
I had subjects perform the same task twice with slight changes between the
rounds. I want to analyze differences between the rounds. All of the
subjects also answered a questionnaire.
Putting all of one subject's information on one row seems sloppy.
I was thinking about making a three-dimensional array with subject number,
round and measurement as axes, but then the differences would have to be the
third column in the round axis, which also seemed messy. Also, I would ha...
2011 Jul 01
3
multiple moderated regression steps
hi,
?m studying moderated effects of percieved social support and justice world
belief on relationship between stress coping strategies and depression
level. ? haver never run this analysis before soi ? want to check my steps
whether correct or not.
first ? run regression
in step 1
centered independent variables and centered moderators
in step2
two way interactions
instep 3
three way
2006 Dec 02
1
Is there a better way for inputing data manually?
...But it's too hard to inputing raw data manually with R (I don't mean importing data. R is good at importing data). Maybe it's not a focused topic in this list, but I don't know other place where I can ask the question. How do you do when inputing data from a paper material, such as questionnaire, or what do you use ?
Best wishes,
Wei-Wei