answersLogoWhite

0

Ordered Variable is one where you can put the data into order, bt not give it an actual number. The height of a person compared to other's height is an ordered variable.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the definition of a variable?

operational definition of a manipulated variable


What is the definition of a manipulated variable?

operational definition of a manipulated variable


What is ordered variable?

An ordered variable is one where you can put the data into order, but not give it an actual number. The height of plants compared to each other is an ordered variable, e.g the plants growing in the woodland are taller than those on the open field.


What is the definition operational definition in science?

describes how to measure a variable or define a term. right out of my science book


What is an ordered variable?

An ordered variable, also known as an ordinal variable, is a type of categorical variable where the values have a meaningful order or ranking but do not have a consistent scale between them. For example, survey responses such as "satisfied," "neutral," and "dissatisfied" can be ranked, but the differences between these categories are not quantifiable. Ordered variables are useful in statistical analyses where the order matters, but the exact differences do not.


What is the math definition of variable?

A variable is an unknown number represented by a letter


What is the definition for a independant variable?

An independent variable is a factor that is changed by the controller of the experiment.


What does ordered variable mean?

You having sex with your maths teacher.


What is a ordered variable?

Ordered variables give you more information than categoric variablesbut less information than continuous variables.An example of an ordered variable would besmall, medium or large lumps of http://wiki.answers.com/rc9-increase-surface-area.htm


What is the variable that represents 5 plus n?

The question should be what is the variable in the following expression? (n + 5) The answer: (n) represents the variable. See: Variable(English definition) then look up the Math/Algebra definition.


What is the operational definition of the dependent variable in this experiment?

The operational definition of the dependent variable in an experiment specifies how the variable will be measured or observed. It defines the specific outcome or response that is being assessed as a result of manipulating the independent variable.


What is variable definition in c language?

variable definition means to declare the variable with its value. for example:- int i=10; this statement is a combination of declaration of integer i and assign its value to it,so it is a definition statement Note: assigning a value is not essential.