楼主: zhengpan85
5110 3

[求助]nlin过程的语法 [推广有奖]

  • 0关注
  • 0粉丝

学前班

60%

还不是VIP/贵宾

-

威望
0
论坛币
20 个
通用积分
0
学术水平
0 点
热心指数
0 点
信用等级
0 点
经验
76 点
帖子
3
精华
0
在线时间
0 小时
注册时间
2007-1-11
最后登录
2007-1-13

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币
希望比较具体点的.谢谢!!!
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

关键词:Nlin Lin 求助 语法 Nlin

回帖推荐

zhengpan85 发表于2楼  查看完整内容

顺便求一下candisc过程的语法.

bakoll 发表于4楼  查看完整内容

The CANDISC Procedure Syntax: CANDISC Procedure The following statements are available in PROC CANDISC: PROC CANDISC ; CLASS variable ; BY variables ; FREQ variable ; VAR variables ; WEIGHT variable ; The BY, CLASS, FREQ, VAR, and WEIGHT statements are described after the PROC CANDISC statement.

本帖被以下文库推荐

沙发
zhengpan85 发表于 2007-1-13 09:56:00 |只看作者 |坛友微信交流群
顺便求一下candisc过程的语法.

使用道具

藤椅
bakoll 发表于 2015-5-22 15:12:06 |只看作者 |坛友微信交流群
The NLIN Procedure

Syntax: NLIN Procedure

PROC NLIN <options> ;
BOUNDS inequality <, ..., inequality> ;
BY variables ;
CONTROL variable <=values> <...variable <=values>> ;
DER. parameter=expression ;
DER. parameter.parameter=expression ;
ID variables ;
MODEL dependent=expression ;
OUTPUT OUT=SAS-data-set keyword=names <...keyword=names> ;
PARAMETERS <parameter-specification> <,..., parameter-specification>
< / PDATA=SAS-data-set> ;
RETAIN variable <=values> <...variable <=values>> ;
Programming Statements ;
The statements in the NLIN procedure, in addition to the PROC NLIN statement, are as follows:

BOUNDS
constrains the parameter estimates within specified bounds

BY
specifies variables to define subgroups for the analysis

DER
specifies the first or second partial derivatives

ID
specifies additional variables to add to the output data set

MODEL
defines the relationship between the dependent and independent variables (the mean function)

OUTPUT
creates an output data set containing observation-wise statistics

PARAMETERS
identifies parameters to be estimated and their starting values

Programming Statements
includes, for example, assignment statements, ARRAY statements, DO loops, and other program control statements. These are valid SAS expressions that can appear in the DATA step. PROC NLIN enables you to create new variables within the procedure and use them in the nonlinear analysis. These programming statements can appear anywhere in the PROC NLIN code, but new variables must be created before they appear in other statements. The NLIN procedure automatically creates several variables that are also available for use in the analysis. See the section Special Variables for more information.

The PROC NLIN, PARAMETERS, and MODEL statements are required.



使用道具

板凳
bakoll 发表于 2015-5-22 15:12:54 |只看作者 |坛友微信交流群
zhengpan85 发表于 2007-1-13 09:56
顺便求一下candisc过程的语法.
The CANDISC Procedure

Syntax: CANDISC Procedure

The following statements are available in PROC CANDISC:

PROC CANDISC <options> ;
CLASS variable ;
BY variables ;
FREQ variable ;
VAR variables ;
WEIGHT variable ;
The BY, CLASS, FREQ, VAR, and WEIGHT statements are described after the PROC CANDISC statement.

使用道具

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注cda
拉您进交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-4-25 12:14