boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - 问个sas 的问题
相关主题
SAS问题请教:Numeric Variable Length的设定
sas问题,大过节的不知道有没有人看到
问个SAS BASE 中有关_ERROR_的问题
an R question
急问,在线等:SAS adv certification Question about SELECT v.s IF/THEN ELSE
sas question
Propensity score or Instrumental Variable?
One question about data step in sas
问一个R的问题
help in sas
相关话题的讨论汇总
话题: sas话题: variable话题: windows话题: 小数点话题: length
进入Statistics版参与讨论
1 (共1页)
p*********8
发帖数: 1039
1
如果数字变量有16位(个位,小数点,加小数点后14位),怎么输到sas里呢,试了半
天也没试出来
a********a
发帖数: 346
2
try to use length statement.
length ** 16
p*********8
发帖数: 1039
3
好像不行,这个只对characteristic variable有效吧?

【在 a********a 的大作中提到】
: try to use length statement.
: length ** 16

a********a
发帖数: 346
4
how about let the variable as chategorical variable first when you input it
into sas, then transfer to a numerical variable.
a****r
发帖数: 1486
5
数据已经输入进去了,只不过显示出来的是少几位,那是format的问题

【在 p*********8 的大作中提到】
: 如果数字变量有16位(个位,小数点,加小数点后14位),怎么输到sas里呢,试了半
: 天也没试出来

n******0
发帖数: 61
6
I am confused.
有必要精确到小数点后面14位么?
什么东东要这么精确啊?
o****o
发帖数: 8077
7
In SAS under Windows, the Windows data type of numeric values that have a
length of 8 is LONG REAL. The precision of floating-point values is always
accurate to 15 digits. Depending upon the number, the precision may be 16
digits of accuracy.

【在 a********a 的大作中提到】
: try to use length statement.
: length ** 16

s*r
发帖数: 2757
8
agree
if you really need that accuracy, you need take log

【在 n******0 的大作中提到】
: I am confused.
: 有必要精确到小数点后面14位么?
: 什么东东要这么精确啊?

1 (共1页)
进入Statistics版参与讨论
相关主题
help in sas
a question about length assignment
R能处理多大的数据集?
[合集] SAS一问,急~!
[合集] help please! A sas question
几个简单的用R的问题。
Import excel file to sas (the first 8 or more observations
any simple way to only list the character variable in the
In which situation, SELECT is more efficient than IF/THEN
sas一问
相关话题的讨论汇总
话题: sas话题: variable话题: windows话题: 小数点话题: length