登录
首页 » Others » spss12_senior_ZhangWentong_data

spss12_senior_ZhangWentong_data

于 2007-06-30 发布 文件大小:397KB
0 325
下载积分: 1 下载次数: 23

代码说明:

  这是SPSS12统计分析教程(高级篇)(作者:张文彤)书中的有关数据(statistical analysis Guide (Advanced Part 1) (Author : Wen-Tong Zhang) of the data book)

文件列表:

part1
.....\coanova.sav
.....\crossover.sav
.....\jsp.sav
.....\junyun.sav
.....\latin.sav
.....\liequ.sav
.....\MANOVA.SAV
.....\mixed.sav
.....\qiantao.sav
.....\ranavova.sav
.....\repeated.sav
.....\twoway.sav
.....\veneer.sav
.....\xiyin.sav
.....\zhenjiao.sav
part2
.....\1_1logistic_cox.sav
.....\1_1_logistic.sav
.....\2sls.sav
.....\child.sav
.....\curve.sav
.....\logistic_binary.sav
.....\logistic_step.sav
.....\nlin2.sav
.....\nlin4.sav
.....\path.sav
.....\power.sav
.....\probit_LD50.sav
.....\reg.sav
.....\ridgereg.sav
.....\SATISFY.SAV
.....\waste.sav
.....\wls.sav
part3
.....\cancorr.SPS
.....\ccorr.sav
.....\development.sav
.....\drug.sav
.....\factor1.sav
.....\factor2.sav
.....\hair&eye.sav
.....\hs_err_pid260.log
.....\iris.sav
.....\mcorres.sav
.....\mds1.sav
.....\mds2.sav
.....\mds3.sav
.....\meancores.sav
.....\telco.sav
.....\农村居民收入支出数据.sav
.....\国名经济数据1.sav
.....\国民经济数据.sav
.....\某市工业企业效益指标.sav
part4
.....\coanova.sav
.....\gehan.sav
.....\Heart Transplant.sav
.....\item.sav
.....\item1.sav
.....\k-m.sav
.....\lifetbl.sav
.....\loglinear2.sav
.....\loglinear3.sav
.....\loglinear4.sav
.....\miss-em.sav
.....\missing.sav
.....\miss_em.sav
.....\miss_em1.sav
.....\miss_reg.sav
.....\miss_reg1.sav
.....\m_nlogit.sav
.....\pancer.sav
.....\poisson.sav

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ADS ATF54143封装工程文件
    该文件为ATF53143的封装文件,喜欢的可以下载(this is a file about ATF54143 which you can load if like)
    2020-07-02 16:00:02下载
    积分:1
  • AnalogBehavioralModelingWithTheVerilog-ALanguage
    模拟电路设计软件仿真语言和数字语言VERILOG想对应主要用于模拟系统建模(Analog circuit design software and digital simulation language VERILOG would like to correspond to the main language used to simulate the system modeling)
    2008-12-24 14:49:46下载
    积分:1
  • 基于MATLAB的机械故障诊断技术案例教程
    说明:  基于matlab机械故障诊断教程,里面涵盖了很多程序,都可以直接用,还有模式识别,遗传算法、粒子群、支持向量机等,适合研究故障诊断方向使用(Based on the matlab mechanical fault diagnosis tutorial, it covers many programs that can be used directly, as well as pattern recognition, genetic algorithms, particle swarms, support vector machines, etc., suitable for research on fault diagnosis.)
    2021-01-18 13:08:44下载
    积分:1
  • Detailednetworkport
    Detailednetworkport,网络端口详解,对初学者有很大的帮助(Detailednetworkport, detailed port of great help for beginners)
    2009-04-16 00:32:54下载
    积分:1
  • Intel_Visual_Fortran_Prog_ZhouZhengHong
    说明:  LS dyna 二次开发所用的学习资料。Fortran 语言(the fortran used for user define in LS dyna)
    2021-04-04 14:49:04下载
    积分:1
  • OReilly-LDAP.System.Administration
    OReilly 出品的 LDAP.System.Administration(OReilly production of LDAP.System.Administration)
    2007-11-28 01:22:54下载
    积分:1
  • Cshujujieguo
    本书是关于计算机科学与工程领域的基础性研究科目之一——数据结构与算法的专著。 本书在简要回顾了基本的C++ 程序设计概念的基础上,全面系统地介绍了队列、堆栈、树、图等基本数据结构,以及贪婪算法、分而治之算法、分枝定界算法等多种算法设计方法,为数据结构与算法的继续学习和研究奠定了一个坚实的基础。更为可贵的是,本书不仅仅介绍了理论知识,还提供了50多个应用实例及600多道练习题。 本书内容广博权威,结构清晰合理,是一本全新的有关数据结构与算法的教材,对于计算机科学与工程领域的从业人员也是一本很好的参考书。 ()
    2008-03-07 13:46:43下载
    积分:1
  • python3_for_data_analysis
    Python3 for Data Analysis, a handbook,a table for studying python3.
    2020-06-23 00:20:02下载
    积分:1
  • Bernese
    gamit研究的丰富资料,里面包含各类研究论文(gamit processing data)
    2013-01-28 23:03:15下载
    积分:1
  • 算法图解.pdf
    本书示例丰富,图文并茂,以简明易懂的方式阐释了算法,旨在帮助程序员在日常项目中更好地利用 算法为软件开发助力。前三章介绍算法基础,包括二分查找、大 O 表示法、两种基本的数据结构以及递归 等。余下的篇幅将主要介绍应用广泛的算法,具体内容包括 :面对具体问题时的解决技巧,比如何时采用 贪婪算法或动态规划 ;散列表的应用 ;图算法 ;K 最近邻算法。 本书适合所有程序员、计算机专业相关师生以及对算法感兴趣的读者(This book is rich in examples and illustrates algorithms in a concise and easy-to-understand way. It aims to help programmers make better use of algorithms in daily projects to help software development. The first three chapters introduce the basic algorithms, including binary search, large O representation, two basic data structures and recursion. The rest of the paper will focus on the widely used algorithms, including: when to use greedy algorithm or dynamic programming, hash table application, graph algorithm, K nearest neighbor algorithm when facing specific problems. This book is suitable for all programmers, computer-related teachers and students, and readers interested in algorithms.)
    2020-06-20 19:00:02下载
    积分:1
  • 696518资源总数
  • 105547会员总数
  • 4今日下载