search for: rcurzel

Displaying 2 results from an estimated 2 matches for "rcurzel".

Did you mean: curzel
2024 Aug 06
1
An error message with the command fm<-1m (Version 4.4.1. p. 80, An introduction to R)
The function is lm(), not 1m(). lm stands for "linear model" (the first letter of each word) On Tue, Aug 6, 2024 at 11:22?AM Rosana Curzel <rcurzel at gmail.com> wrote: > Dear all, > > I am introducing in R and I had a problem in the beginning. Please, you can > see an error message below: (Maybe I am in error. If so, sorry for that). > Thank You so much! > > [1] "R" > > x<-rnorm(50) > > y<-...
2024 Aug 05
1
An error message with the command fm<-1m (Version 4.4.1. p. 80, An introduction to R)
Dear all, I am introducing in R and I had a problem in the beginning. Please, you can see an error message below: (Maybe I am in error. If so, sorry for that). Thank You so much! [1] "R" > x<-rnorm(50) > y<-rnorm(x) > plot(x,y) > ls() [1] "x" "y" > rm(x,y) > x<-1:20 Make x=(1,2,...,20). Erro: unexpected symbol em "x<-1:20