Dear Cecilia,
I have followed the replies you got and I found that, perhaps, what you are
experiencing has something to do with the decimal symbol in your data.
Consider the following:
# Reading the data as you sent it to the list
x <- read.table(textConnection("caedois b1 b2
So now is the time to back up to the beginning and demonstrate how you
created the coeficientes object. Ideally you would also provide the
results of:
dput(coeficientes)
or
str(coeficientes)
Subset will only work with dataframes, so if coeficientes is not a
dataframe, then you will need
It doesn't work. b1 was substituted by NA's with this
message:
Warning message:
NAs introduced by coercion
I will see in the webpage that you mentioned.
Thanks,
CecĂlia
Em Mon, 1 Jun 2009 13:23:12 -0400
David Winsemius escreveu:
On Jun 1, 2009, at 1:01 PM, Cecilia Carmo wrote:
Hi R-help
On Jun 1, 2009, at 1:01 PM, Cecilia Carmo wrote:
Hi R-helpers!
I have the following object:
head(coeficientes)
caedois b1 b2 b3
1 10,033120395 -20,29478338 -0,274638864
2 2 -0,040629634 74,54239889 -0,069958424
3 5 -0,001116816 35
4 matches
Mail list logo