The psychology tag has no wiki summary.
0
votes
0answers
13 views
Calculating residual values columns for psychometric evaluation
I wish to calculate residuals over a range of columns and save the results into a new column. For instance in the mtcars data frame. I wish to regress the product of multiple columns over the columns ...
0
votes
1answer
85 views
Human factors in source code readability and understandability [closed]
I am looking for scientific papers or any kind of empirical data that on the readability of source code.
At least this is what I think I need. I would like to emphasize that I am not looking for ...
3
votes
1answer
68 views
psych - Getting factor loadings as data.frame for LaTeX export
I am using the psych package's fa command for factor analysis, and so have an object of class fa. I can query the loadings with fac$loadings, but I want to only extract the table containing the ...
0
votes
1answer
89 views
Markup Language for Surveys/Questionnaires
do you know of any markup language for surveys (which separates content from appearance - similarly to LaTeX - so that you can just type in the code and get that displayed in a reliable fashion ...
0
votes
2answers
74 views
What is the best web language to use for reaction time data?
I'd like to create a series of online cognitive psychology experiments that will assess participants' reaction times in responding to various stimuli. The problem, however, is that I'm not sure what ...
1
vote
0answers
131 views
Matlab Psychtoolbox for behavioral sciences keeps crashing when running complex scripts.
I've been trying to run this little and funny script I got from a Matlab for behavioral sciences course, link is http://faculty.washington.edu/ionefine/html/Psychtoolbox.html ... (file's called ...
0
votes
2answers
120 views
Collecting data from a Javascript Psychology experiment
As part of a study, I'm designing a basic recognition memory experiment in Javascript, in which participants are first presented with a series of pictures to learn, and then are shown a larger set of ...
1
vote
2answers
135 views
How can I compute an ANOVA for this mixed-design experiment for error rate?
Using the data frame below, I managed to compute a repeated-measures ANOVA for subject reaction time. Here is the data frame in question:
> str(a)
'data.frame': 2778 obs. of 9 variables:
$ ...
1
vote
4answers
67 views
Write a code to calculate scores from and add them to a data.frame
I have a data.frame with 6 columns. The first is for subjects, the second for blocks in an experiment, and columns 3,4 and 5 are values I need to calculate a binary score (0 or 1), that I want to add ...
0
votes
1answer
197 views
How do I measure intensity of sound in real time?
I need to program a function that records an audio response, but when the voice of the person speaking reaches a certain intensity I need to know it on-line. Currently I am using
...
16
votes
6answers
455 views
Are there algorithms for generating psychologically random numbers?
True random numbers often don't seem random to the average person since randomly generated sequences will be interpreted as structure. Are there any algorithms that generate a set of numbers that ...
2
votes
2answers
413 views
jQuery: how can I play a sound with absolute minimal or *quantified* lag?
I'm writing a psychology app in jQuery. Part of my project requires measurement of the reaction time of a user to a sound (user presses a key). Thus, I need to play a sound file with the smallest ...
1
vote
1answer
209 views
Psych Experiment in Python (w/Django) - how to port to interactive web app?
I'm writing a psychology experiment in Python, and I need to make it available as a web app. I've already got the Python basically working as a command-line program. On the recommendation of a CS ...
5
votes
3answers
1k views
How can I parallelize input and display in MATLAB?
I'm using Psychtoolbox in MATLAB to run a behavioral psychology paradigm. As part of the paradigm, users have to view a visual stimulus and respond to it using some input mechanism. For a keyboard, ...
0
votes
1answer
69 views
Do not know what to do [closed]
I have a problem.. Or at least I think that this is the problem.
I'm very curious guy in terms of computer programming. But the issue is that I'm not a professional in any field of computer "science" ...
1
vote
2answers
265 views
How could I emulate a visual analogue scale (VAS) in Winforms?
In Psychology, Visual Analogue Scales (VASs) are commonly used to collect subjective responses without overtly quantifying them. They don't have gradations; just end-points. The participant is asked ...
1
vote
3answers
397 views
Why do so many people confuse “/” as a backslash? [closed]
This question will probably get closed. But I am very curious so I wanted to ask it anyways in hopes it will start a good discussion.
It seems like more people think / is a backslash then the ones ...
2
votes
6answers
210 views
The Psychology of web design [closed]
I am a developer and have built a fair number of websites over the years.
I am looking for any info regarding site Psychology, but hopefully more scientific information relating to designing websites ...
0
votes
4answers
384 views
Tips on creating user interfaces and optimizing the user experience
I am currently working on a project where a lot of user interaction is going to take place. There is also a commercial side as people can buy certain items and services.
In my opinion a good blend of ...
17
votes
10answers
3k views
Some solid OOP criticism?
I want to ask you to provide me with some articles (maybe books), which you possibly have found very convincing criticising the OOP methodology.
I have read some in the WWW on this topic and I didn't ...
4
votes
9answers
408 views
Still don't understand regex - How can I learn it? [duplicate]
Possible Duplicates:
How do I learn Regular Expressions?
Learning Regular Expressions
I've read regex tutorials, books, stackoverflow questions. But I can't 'get' regex. I don't know why. ...
5
votes
3answers
388 views
Have examples when Cognitive Biases affected Software development?
What examples do you have when cognitive Bias affected software development?
List of biases: http://en.wikipedia.org/wiki/List_of_cognitive_biases
7
votes
1answer
178 views
Does a reference work with human behavior/perception patterns exist?
In all current and future projects I pledged to concentrate all the ground work around interaction design.
I'm aware of Alan Cooper's work, and it's excellent, but what I'm looking for is a reference ...
18
votes
8answers
958 views
Are there any serious scientific (psychological) studies about the ideal/maximum length of working time for a programmer?
Just curious. I know, in general, this is very subjective and can vary from person to person, but anyway - did anyone do some scientific research in this field?
5
votes
7answers
1k views
Progress bars for tasks that can take an indeterminate ammount of time?
Another random question that hit me (I've drank ~9 cups of coffee in the last 5 hours, so sorry...) -- What kind of progress bar would you show a user for a taks that you do don't know how long it ...
19
votes
19answers
2k views
Programming-psychology: When, why and how long are your totaly unmotivated-phases? [closed]
Everybody knows it: the time when you don't enjoy programming / when you have a blocking wall in your head that stops you from programming.
Sometimes you are hacking programs for about a week and ...
25
votes
10answers
1k views
What should a developer know about interface design, usability and user psychology to create great software? [duplicate]
Possible Duplicate:
Human factors design (meeting psychological needs in UI design)
What should a developer know about user interface design, usability and less technical aspects of human ...
3
votes
6answers
171 views
What subjects are beneficial to learn in order to understand human interaction with computers
I was inspired by this question, and it's first answer to ask my question.
What specific areas of study, if any, focus on human-machine interaction and the study of human behaviour with regard to ...
4
votes
11answers
263 views
Any tips for forgetting standards, ideal workflows, conventions, etc… and just coding? [closed]
As my question implies, I seem to have a problem getting my hands dirty when learning new programming methods and technology. My problem lies in knowing there may be faster, more efficient, less ...
9
votes
7answers
1k views
What's so special about the greenish-blue color? Why is it so popular in web design?
I've noticed that this color is somehow preferred over pure blue or blue-violet. Vista and Windows 2008 have largely adopted this color. Many dating sites seem to prefer this one over blue or violet. ...
3
votes
3answers
341 views
Do you know about any serious essay about psychological profile of software developers [closed]
Is common to see developers enjoy technology, to care about intangible things (like stackoverflows badges, videogames records), a lot of them really like music and usually the have a particular humor ...
2
votes
11answers
429 views
What's your all-time creativity problem?
Sometimes, you stumble with programming. Sometimes, it's a lack of creativity, sometimes, you need a new solution.
But there are a lot of situations, you stick in, every time they occur.
For myself, ...
10
votes
5answers
758 views
Economics of software development
Can anyone point me towards any references that attempt to formulate an economics of software development? In my own research, I discovered a book by Barry Boehm on this, but it seems very awkward ...
28
votes
12answers
2k views
Human factors design (meeting psychological needs in UI design)
Reading about the G.729 codec, I found this interesting tidbit about "Comfort Noise":
A comfort noise generator (CNG) is
also set up because in a communication
channel, if transmission is ...
1
vote
17answers
920 views
What affects your motivation level to write good code? [closed]
When you suddenly feel "eehhhhhh....not now...just to get it done somehow", what can be the reason?
1
vote
10answers
383 views
Are some places more conducive to programming than others?
I have been experimenting with programming in different places like parks, coffee houses and even the beach !!! I have almost always found that programming in places such as these stimulates the brain ...
3
votes
8answers
293 views
How do you combat denial? While focused on doing task X you encounter a crash, or performance problem, or something else really bad [closed]
... that you've never seen before. But at the moment, you are are focused on task X, and you really don't want to believe what you've just seen, so you let yourself believe that the crash/problem ...
12
votes
11answers
661 views
What strategies do you use to minimise the effects of context-switching in your job?
Working in an environment with both development and support aspects, sometimes it can be very difficult to switch back and forth between tasks - usually on totally different systems.
I personally ...
28
votes
22answers
1k views
How would you handle users who don't read dialog boxes?
A recent article on Ars Technica discusses a recent study performed by the Psychology Department of North Carolina State University, that showed users have a tendency to do whatever it takes to get ...