Search Results

121 résultats trouvés Page 13 / 13
Code SAS
Voir

Bayesian Breakpoint Analysis: Detecting Structural Changes in SAS with PROC MCMC

proc sgplot data=all noautolegend; scatter x=x y=y; series x=x1 y=y1 / lineattrs = graphdata2; series x=value y=density / lineattrs = graphdata1; run;