结果:找到“GIS PRO”相关内容147个,排序为按回复时间降序,搜索更多相关帖子请点击“高级”
求助:proc logistic 里的outmodel=
0 个回复 - 1226 次查看
对于SAS中的outmodel= ,在R语言里怎么实现呢?
例如:
proc logistic data=one outmodel=two;
.....
.....
run;
产生的two data set里面包括_type_, _name_, _caterogy_, _nameidx_, _catidx_, _misc_这么 ...
2020-7-23 23:07 - wx2123 - SAS专版
Getting to Know ArcGIS Pro, 2nd Edition
7 个回复 - 1111 次查看
Getting to Know Arc
GIS ProBy 作者: Michael Law – Amy Collins
ISBN-10 书号: 1589484576
ISBN-13 书号: 9781589484573
Edition 版本: 1st
出版日期: 2016-03-18
pages 页数: (450)
NEW! Downloadable su ...
2019-2-1 00:51 - 13950050756 - 经管书评
利用PROC LOGISTIC画ROC曲线能否改变ROC曲线的线型
0 个回复 - 1703 次查看
代码如下
PROC LO
GISTIC DATA=SASuser.ROCDef_12 PLOTS(ONLY MAXPOINTS=NONE)=ROC ROCOPTIONS(NODETAILS);
MODEL EventDefAll_12(EVENT='1') = ScoreDefAll_12 ScoreDef3660_12 LRScoreAll_12 LRScore3660_12 ...
2019-1-24 10:50 - 13548008376 - SAS专版
在proc logistic的过程中,使用class语句的选项
3 个回复 - 3892 次查看
data a;
input y age chage rs lc mr ;
cards;
0 0 0 1 0 0
0 0 0 1 1 0
0 0 0 2 0 0
0 0 0 1 0 0
0 0 0 2 0 0
1 1 1 1 1 0
1 1 1 3 2 1
1 1 1 3 2 1
1 1 1 3 2 1
1 1 1 1 2 1
;
proc logistic data ...
2016-7-21 11:41 - bluehaiku - SAS专版
【求助】SAS中Logistic和Probit过程输出问题求助
7 个回复 - 5361 次查看
用SAS程序对同一模型进行LPM Logit Probit回归,输出结果中Logistic和Probit的系数怎么与LPM的正负号是相反的?
我看的是Wooldridge 《Introductory Econometrics (5e)》第593页Exampel 17.1,这本书上的结果正负 ...
2014-8-31 15:00 - yunzhonghai - SAS专版
[求书]The Pyqgis Programmer's Guide
7 个回复 - 1312 次查看
Product Details
[*]Paperback: 200 pages
[*]Publisher: Locate Press (Feb. 28 2014)
[*]Language: English
[*]ISBN-10: 0989421724
[*]ISBN-13: 978-0989421720
[*]Product Dimensions: 19.1 x 1.1 x 23. ...
2015-10-15 09:45 - Nicolle - winbugs及其他软件专版
求电子版 Retailing Management 和Managing supply chains-a logistics approach
5 个回复 - 3963 次查看
1. Langley, Coyle, Gibson, Novack, Bardi, Managing Supply Chains - a logistics approach, latest edition.
South Western.
2.Levy, M. and Weitz, B.A., (2009), Retailing Management, 7th edition, McGra ...
2010-9-4 06:36 - ellen_meng - 市场营销
在sas中用proc logistic 做关于基因与疾病的诊断遇到的问题
1 个回复 - 1945 次查看
data example8;
do gene=0 to 1;
do cancer= 0 to 1;
input f @@;
output;
end;
end;
cards;
111 65
4 50
;
proc logistic data=example8 plots(only)=(effect(link)) plots=all;
mod ...
2016-7-20 23:19 - bluehaiku - SAS专版
SAS proc NLIN & Logistic reg
1 个回复 - 2453 次查看
Dear all,
Can anyone tell me what are the differences between NLIC and Logistic regression?
Seems both of them can figure out non-linear problem.
By the way,
Where can i run a dtree procedure ...
2015-11-21 03:24 - sqt199199 - SAS专版
A problem about my logistic model.
4 个回复 - 794 次查看
Hi,I have made a logistic model for a datasetwith a binary response variable.The result is not good, I think. The prediction error is 10%. However allthe predict response variables are the same (all a ...
2015-10-16 05:07 - hunxuexiaomeinv - 计量经济学与统计软件
请教一个proc logistic的问题
2 个回复 - 1098 次查看
data q52;
input Alcohol_Consumption $ yes total;
cards;
0 48 17144
=6 1 38
;
run;
proc logistic data=q52 descending;
class Alcohol_Consumption;
model yes/total=Alcohol_Consumption /scale=no ...
2015-5-2 22:47 - yerikchou - SAS专版
请问proc logistic如何计算fitted probabilities
1 个回复 - 1109 次查看
请教各位大牛:我用proc logistic跑一个multinomial logit model, 左边是event (0=current, 1=default,2=prepay), 右边是a vector of X variables. 如果要算一个fitted cumulative 5-year default probability, proc ...
2015-3-20 00:40 - jennysbz - SAS专版