Displaying 1 result from an estimated 1 matches for "tp4264679p4264679".
2012 Jan 05
0
ssanova/ ssanova0 and adding the fitted line to a plot.
...library (gss)
####generate (simple linear) x and y
x= 2* (1:40)
y= x-1
plot (x,y)
## fit and draw
ksi = ssanova0 (x~y, method= "m")
lines( ksi$qwk, col = "red")
--
View this message in context: http://r.789695.n4.nabble.com/ssanova-ssanova0-and-adding-the-fitted-line-to-a-plot-tp4264679p4264679.html
Sent from the R help mailing list archive at Nabble.com.