Skip to content

Removing outliers

3 messages · jim holtman, Filipe Ferminiano Rodrigues

#
It is hard to tell with reproducible example; e.g., you data is
missing.  At least provide 'str(dados)' so we have an idea of what it
looks like.  My "guess" is that you want 'dados[[i]]' instead of
'dados[i]'.  Also a stack trace would be useful.  There was a
discussion yesterday about trapping errors and getting the stack
trace.

On Thu, Nov 10, 2011 at 5:21 AM, Filipe Ferminiano Rodrigues
<filipe.ferminiano at gmail.com> wrote: