Questions tagged [scales]

Scales used to express measurements. Usually ratio, interval, ordinal or nominal types of scales are recognized. Dichotomous and count types are sometimes seen as their own. Other classifications exist. [For "scale" as a sum of individual items in psychometry - see also tag 'psychometrics'.]

See the original article:

S. S. Stevens, On the Theory of Scales of Measurement.

For modern criticism, a good place to begin is:

Paul Velleman and Leland Wilkinson, Nominal, Ordinal, Interval, and Ratio Typologies are Misleading. http://www.cs.uic.edu/~wilkinson/Publications/stevens.pdf

379 questions
62
votes
4 answers

Under what conditions should Likert scales be used as ordinal or interval data?

Many studies in the social sciences use Likert scales. When is it appropriate to use Likert data as ordinal and when is it appropriate to use it as interval data?
A Lion
  • 1,081
  • 2
  • 12
  • 12
55
votes
4 answers

Normalization vs. scaling

What is the difference between data 'Normalization' and data 'Scaling'? Till now I thought both terms refers to same process but now I realize there is something more that I don't know/understand. Also if there is a difference between Normalization…
35
votes
2 answers

scale a number between a range

I have been trying to achieve a system which can scale a number down and in between two ranges. I have been stuck with the mathematical part of it. What im thinking is lets say number 200 to be normalized so it falls between a range lets say 0 to…
Saneesh B
  • 453
  • 1
  • 5
  • 5
35
votes
6 answers

Changing the scale of a variable to 0-100

I have constructed a social capital index using PCA technique. This index comprises values both positive and negative. I want to transform / convert this index to 0-100 scale to make it easy to interpret. Please suggest me an easiest way to do so.
Sohail Akram
  • 359
  • 1
  • 4
  • 3
32
votes
5 answers

When should I apply feature scaling for my data

I had a discussion with a colleague and we started to wonder, when should one apply feature normalization / scaling to the data? Let's say we have a set of features with some of the features having a very broad range of values and some features…
26
votes
3 answers

Visualizing Likert Item Response Data

What are good ways to visualize set of Likert responses? For example, a set of items inquiring about the importance of X to one's decisions about A, B, C, D, E, F & G? Is there something better than stacked bar charts? What should be done with…
alex hoffman
23
votes
6 answers

Group differences on a five point Likert item

Following on from this question: Imagine that you want to test for differences in central tendency between two groups (e.g., males and females) on a 5-point Likert item (e.g., satisfaction with life: Dissatisfied to Satisfied). I think a t-test…
Jeromy Anglim
  • 42,044
  • 23
  • 146
  • 250
23
votes
2 answers

Whether to use structural equation modelling to analyse observational studies in psychology

I've noticed this issue coming up a lot in statistical consulting settings and i was keen to get your thoughts. Context I often speak to research students that have conducted a study approximately as follows: Observational study Sample size might…
17
votes
2 answers

How to scale new observations for making predictions when the model was fitted with scaled data?

I understand the concept of scaling the data matrix to use in a linear regression model. For example, in R you could use: scaled.data <- scale(data, scale=TRUE) My only question is, for new observations for which I want to predict the output…
SamuelNLP
  • 544
  • 1
  • 6
  • 21
17
votes
3 answers

Factor analysis of questionnaires composed of Likert items

I used to analyse items from a psychometric point of view. But now I am trying to analyse other types of questions on motivation and other topics. These questions are all on Likert scales. My initial thought was to use factor analysis, because the…
pbneau
  • 1,161
  • 4
  • 13
  • 17
17
votes
2 answers

Assessing reliability of a questionnaire: dimensionality, problematic items, and whether to use alpha, lambda6 or some other index?

I am analyzing scores given by participants attending an experiment. I want to estimate the reliability of my questionnaire which is composed of 6 items aimed at estimating the attitude of the participants towards a product. I computed Cronbach's…
giovanna
  • 509
  • 1
  • 7
  • 13
14
votes
4 answers

How to compute correlation between/within groups of variables?

I have a matrix of 1000 observations and 50 variables each measured on a 5-point scale. These variables are organized into groups, but there aren't an equal number of variables in each group. I'd like to calculate two types of…
blep
  • 385
  • 2
  • 4
  • 12
14
votes
2 answers

How to transform ordinal data from questionnaire into proper interval data?

Are there any straightforward methods of transforming ordinal level data into interval level (just as there are for doing it the other way round)? And performable in Excel or SPSS? Having the data, say: 10 questions on the ordinal level (say 0-5…
Gil
  • 141
  • 1
  • 1
  • 3
13
votes
3 answers

What criteria must be met in order to conclude a 'ceiling effect' is occurring?

According to The SAGE Encyclopedia of Social Science Research Methods… [a] ceiling effect occurs when a measure possesses a distinct upper limit for potential responses and a large concentration of participants score at or near this limit.…
ceiling
  • 131
  • 1
  • 6
13
votes
3 answers

How to calculate Rousseeuw’s and Croux’ (1993) Qn scale estimator for large samples?

Let $Q_n = C_n.\{|X_i-X_j|;i < j\}_{(k)}$ so for a very short sample like $\{1,3,6,2,7,5\}$ it can be calculated from finding the $k$th order static of pairwise differences: 7 6 5 3 2 1 1 6 5 4 2 1 2 5 4 3 1 3 4 3 2 5 2 1 6 …
K-1
  • 237
  • 3
  • 8
1
2 3
25 26