class test 2 (week 5-8) Flashcards
what are the uses for data in the SPSS?
> management
> analysis
> storage
what does data management in the SPSS refer to?
- defining variables
- coding values
- entering and editing data
- creating new variables
- recording variables
- selecting cases
what does data analysis statistics refer to in the SPSS?
- univariate stats
- bivariate stats
- multivariate stats
what are the two screens on the data editor on the SPSS?
> data view: previous screen
> variable view: used to define variables
what are the 10 characteristics used to define a variable in variable view?
Name Type Width Decimals Labels Values Missing Columns Align Measure
what occurs in the data entry process?
- define your variables in variable view
- enter data, the values of the variables, in data view
what is name as a characteristic to define a variable in variable view?
-each variable must have a unique name of not more than 8 characters and starting with a latter
what are some things to remember when using names as a characteristic in variable view?
try to give meaningful names
what are the two formats for type as a characteristic to define a variable in variable view?
internal and output formats
what do internal formats as a type of variable characteristic refer to?
> numeric
> string (alphanumeric)
> date
what do output formats as a type of variable characteristic refer to?
> comma > dot > scientific notation > dollar > custom currency
what are numeric variables?
numeric measurements and codes
what do string (alphanumeric) variable contain?
words or characters; strings can include numbers but, taken here as characters, mathematical operations cannot be applied to them
what is the max size of a string variable?
255 characters
what are labels for variables?
-descriptors for the variables
what is the maximum amount of characters for labels of variables?
-maximum 255 characters
when are labels used for variables?
output
what are values of variables?
- value labels are descriptors of the categories of a variable
- coding
what are the options for missing values and variables?
> up to 3 discrete missing values
> a range of missing values plus one discrete missing value
what are columns of variables in data view?
-columns sets the amount of space reserved to display the contents of the variable
what does align set in data view of variables?
whether the contents of the variable appear on the left, centre or right of the cell in data view
are numeric variables right or left hand justified by default in data view?
right-hand
are string variables right or left hand justified by default in data view?
left-hand
what are the levels of measurement?
> nominal
> ordinal
> interval
> ratio