Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/spring-boot/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何在sas中显示更多小数_Sas - Fatal编程技术网

如何在sas中显示更多小数

如何在sas中显示更多小数,sas,Sas,我使用了reg或robustreg程序,得到了一个参数估计表,但是,其中一个系数是.0016,这是一个非常重要的系数,因为我不想将值除以100得到更好的数据,有没有办法让sas在上述程序中包含更多的小数(reg/robustreg) 使用ODS输出将结果输入到数据集中 format使用proc print获得结果输出,以获得所需的显示精度 有关示例,请参见(使用参数估计)

我使用了reg或robustreg程序,得到了一个参数估计表,但是,其中一个系数是.0016,这是一个非常重要的系数,因为我不想将值除以100得到更好的数据,有没有办法让sas在上述程序中包含更多的小数(reg/robustreg)

  • 使用ODS输出将结果输入到数据集中

  • format
    使用
    proc print
    获得结果输出,以获得所需的显示精度

  • 有关示例,请参见(使用参数估计)