请教一下:
第一:在proc sgplot过程中的loess statement中:datalabel=x可以表示点的x值,用datalabel=y可以表示点的y值,但是如何在点旁边同时显示x和y的值呢,表现形式为(x,y)。
第二:请问loess statement中:SMOOTH= numeric-value代表什么意思呢,help文档解释:
specifies a smoothing parameter value. If you do not specify this option, a smoothing value is determined automatically.
但是我还是不太明白smooth有什么作用。
第三:还是loess statement中: MAXPOINTS= n
help英文解释: specifies the maximum number of predicted points for the loess fit and the corresponding limits.
这个maxpoints是什么意思呢,英文解释还是没看明白,在图上试验了一下,也没看出来。
请大神指点一下!