Decimal number
Probably a problem in your setting or envirenment or print function Here is what I get
x1<-64.90 x2<-17.7025 c(x1,x2)
[1] 64.9000 17.7025
x<-c(x1,x2) x
[1] 64.9000 17.7025
Regards Petr
HI
i have a little problem please help me to solve it
this is the code in R:
beta0
[1] 64.90614
beta1
[1] 17.7025
beta
[1] 17 64
her beta<- c(beta0, beta1)
thank you in advance hafida -- View this message in context: http://r.789695.n4.nabble.com/Decimal- number-tp4639428.html Sent from the R help mailing list archive at Nabble.com.
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide
http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.