Displaying 1 result from an estimated 1 matches for "noscj".
2002 Nov 26
4
[NB] lm problems
...mething obvious, but could anybody
help me with following, please?
Trying to make regression analysis. I have a huge dataframe with
results from National Opinion Survey on Crime and Justice
(www.abacon.com/fox/) with two variables G5 and N3 which are
imported to R as ordered factors:
> levels(noscj$G5)
[1] "Strongly agree" "Agree" "Neither"
[4] "Disagree" "Strongly disagree"
> levels(noscj$N3)
[1] "Serious problem" "Somewhat problem" "Minor problem" "Not
a problem"
>...