Skip to content

missing value with sign observed

2 messages · kate, Ben Bolker

#
kate <yhsu6 <at> uiuc.edu> writes:

[snip]
is as the follows
and x run regression first and then
You probably want to use the argument na.strings="+" in your
input command (scan or read.table) -- R is interpreting the
existence of a non-numeric value in your input as evidence
that you want that variable to be a factor (a categorical,
non-numeric variable).

  Ben Bolker