Skip to content

qqline error: Error in sort.list(x, partial = unique(c(lo, hi))) : 'x' must be atomic for 'sort.list' Have you called 'sort' on a list?

7 messages · David Winsemius, Benjamin Caldwell

#
On Aug 6, 2010, at 1:47 PM, Benjamin Caldwell wrote:

            
There is no lme methof for qqline.

Have you read the help page for the qqnorm.lme function?

?qqnorm.lme

I am guessing that you did not realize it was a completely different  
function that qqnorm.default.
#
On Aug 6, 2010, at 4:03 PM, Benjamin Caldwell wrote:

            
You said you were getting expected results with:

qqnorm(modelincrF)

I was pointing out that the R methods dispatching was actually  
applying the function "qqnorm.lme" function to that model object and  
that all of the parameter options should be available, in particular  
the line drawing options that can be specified for parameter abline. I  
was _not_ suggesting that you call the function in the manner that you  
did. I _was_ suggesting that you read the correct help page.  Try the  
examples in the help page for qqnorm.lme  and notice how the examples  
call it.

?methods
It's:
?qqnorm.lme  # just one "?"
David Winsemius, MD
West Hartford, CT