The Basics of S and S-PLUS

The Basics of S and S-PLUS PDF Author: Andreas Krause
Publisher: Springer Science & Business Media
ISBN: 0387227091
Category : Computers
Languages : en
Pages : 382

Get Book

Book Description
A lucid explanation of the basics of S-PLUS at a level suitable for users with little computing or statistical knowledge. Unlike the S-PLUS manuals, the book does not strive to be comprehensive, but instead introduces the most important ideas of S-PLUS through the use of many examples. Each chapter includes a collection of exercises that are accompanied by fully worked-out solutions and detailed comments, and the whole is rounded off with practical hints on how to work efficiently in S-PLUS, making it well-suited for both self-study and as a textbook. This second edition has been updated to incorporate the completely revised S Language and its implementation in S-PLUS, while new chapters have been added to explain the Windows GUI, how to explore relationships in data using the powerful Trellis graphics system, and how to understand and use object-oriented programming. In addition, the programming chapter has been extended to cover some of the more technical but important aspects of S-PLUS.

The Basics of S and S-PLUS

The Basics of S and S-PLUS PDF Author: Andreas Krause
Publisher: Springer Science & Business Media
ISBN: 0387227091
Category : Computers
Languages : en
Pages : 382

Get Book

Book Description
A lucid explanation of the basics of S-PLUS at a level suitable for users with little computing or statistical knowledge. Unlike the S-PLUS manuals, the book does not strive to be comprehensive, but instead introduces the most important ideas of S-PLUS through the use of many examples. Each chapter includes a collection of exercises that are accompanied by fully worked-out solutions and detailed comments, and the whole is rounded off with practical hints on how to work efficiently in S-PLUS, making it well-suited for both self-study and as a textbook. This second edition has been updated to incorporate the completely revised S Language and its implementation in S-PLUS, while new chapters have been added to explain the Windows GUI, how to explore relationships in data using the powerful Trellis graphics system, and how to understand and use object-oriented programming. In addition, the programming chapter has been extended to cover some of the more technical but important aspects of S-PLUS.

The Basics of S-PLUS

The Basics of S-PLUS PDF Author: Andreas Krause
Publisher: Springer Science & Business Media
ISBN: 0387227083
Category : Computers
Languages : en
Pages : 432

Get Book

Book Description
In a clear style the most important ideas of S-PLUS are introduced through the use of many examples. Each chapter includes a collection of exercises, fully worked-out solutions and detailed comments.

The Basics of S and S-PLUS

The Basics of S and S-PLUS PDF Author: Andreas Krause
Publisher: Springer Science & Business Media
ISBN: 1475727518
Category : Mathematics
Languages : en
Pages : 252

Get Book

Book Description
The basics of S-PLUS written in a clear style at a level suitable for people with little computing or statistical knowledge. Unlike the S-PLUS manuals, this is not comprehensive, but instead introduces the most important ideas of S-PLUS by way of many examples. Each chapter also includes a collection of exercises which are accompanied by fully worked-out solutions and detailed comments. The whole is rounded off with practical hints on how efficient work can be performed in S-PLUS, and is thus well-suited for self-study and as a textbook.

The Basic Practice of Statistics S-Plus Manual

The Basic Practice of Statistics S-Plus Manual PDF Author: Laura Chihara
Publisher: Macmillan
ISBN: 9780716758853
Category : Mathematics
Languages : en
Pages : 204

Get Book

Book Description


Mixed-Effects Models in S and S-PLUS

Mixed-Effects Models in S and S-PLUS PDF Author: José C. Pinheiro
Publisher: Springer Science & Business Media
ISBN: 1441903178
Category : Computers
Languages : en
Pages : 538

Get Book

Book Description
R, linear models, random, fixed, data, analysis, fit.

An R and S-Plus Companion to Applied Regression

An R and S-Plus Companion to Applied Regression PDF Author: John Fox
Publisher: SAGE
ISBN: 9780761922803
Category : Mathematics
Languages : en
Pages : 332

Get Book

Book Description
"This book fits right into a needed niche: rigorous enough to give full explanation of the power of the S language, yet accessible enough to assign to social science graduate students without fear of intimidation. It is a tremendous balance of applied statistical "firepower" and thoughtful explanation. It meets all of the important mechanical needs: each example is given in detail, code and data are freely available, and the nuances of models are given rather than just the bare essentials. It also meets some important theoretical needs: linear models, categorical data analysis, an introduction to applying GLMs, a discussion of model diagnostics, and useful instructions on writing customized functions. " —JEFF GILL, University of Florida, Gainesville

Modeling Financial Time Series with S-PLUS®

Modeling Financial Time Series with S-PLUS® PDF Author: Eric Zivot
Publisher: Springer Science & Business Media
ISBN: 0387323481
Category : Business & Economics
Languages : en
Pages : 998

Get Book

Book Description
This book represents an integration of theory, methods, and examples using the S-PLUS statistical modeling language and the S+FinMetrics module to facilitate the practice of financial econometrics. It is the first book to show the power of S-PLUS for the analysis of time series data. It is written for researchers and practitioners in the finance industry, academic researchers in economics and finance, and advanced MBA and graduate students in economics and finance. Readers are assumed to have a basic knowledge of S-PLUS and a solid grounding in basic statistics and time series concepts. This edition covers S+FinMetrics 2.0 and includes new chapters.

Introduction to Robust Estimation and Hypothesis Testing

Introduction to Robust Estimation and Hypothesis Testing PDF Author: Rand R. Wilcox
Publisher: Academic Press
ISBN: 0127515429
Category : Mathematics
Languages : en
Pages : 610

Get Book

Book Description
This revised book provides a thorough explanation of the foundation of robust methods, incorporating the latest updates on R and S-Plus, robust ANOVA (Analysis of Variance) and regression. It guides advanced students and other professionals through the basic strategies used for developing practical solutions to problems, and provides a brief background on the foundations of modern methods, placing the new methods in historical context. Author Rand Wilcox includes chapter exercises and many real-world examples that illustrate how various methods perform in different situations. Introduction to Robust Estimation and Hypothesis Testing, Second Edition, focuses on the practical applications of modern, robust methods which can greatly enhance our chances of detecting true differences among groups and true associations among variables. * Covers latest developments in robust regression * Covers latest improvements in ANOVA * Includes newest rank-based methods * Describes and illustrated easy to use software

S Programming

S Programming PDF Author: William Venables
Publisher: Springer Science & Business Media
ISBN: 0387218564
Category : Mathematics
Languages : en
Pages : 272

Get Book

Book Description
S is a high-level language for manipulating, analysing and displaying data. It forms the basis of two highly acclaimed and widely used data analysis software systems, the commercial S-PLUS® and the Open Source R. This book provides an in-depth guide to writing software in the S language under either or both of those systems. It is intended for readers who have some acquaintance with the S language and want to know how to use it more effectively, for example to build re-usable tools for streamlining routine data analysis or to implement new statistical methods. One of the outstanding strengths of the S language is the ease with which it can be extended by users. S is a functional language, and functions written by users are first-class objects treated in the same way as functions provided by the system. S code is eminently readable and so a good way to document precisely what algorithms were used, and as much of the implementations are themselves written in S, they can be studied as models and to understand their subtleties. The current implementations also provide easy ways for S functions to call compiled code written in C, Fortran and similar languages; this is documented here in depth. Increasingly S is being used for statistical or graphical analysis within larger software systems or for whole vertical-market applications. The interface facilities are most developed on Windows® and these are covered with worked examples. The authors have written the widely used Modern Applied Statistics with S-PLUS, now in its third edition, and several software libraries that enhance S-PLUS and R; these and the examples used in both books are available on the Internet. Dr. W.N. Venables is a senior Statistician with the CSIRO/CMIS Environmetrics Project in Australia, having been at the Department of Statistics, University of Adelaide for many years previously. Professor B.D. Ripley holds the Chair of Applied Statistics at the University of Oxford, and is the author of four other books on spatial statistics, simulation, pattern recognition and neural networks. Both authors are known and respected throughout the international S and R communities, for their books, workshops, short courses, freely available software and through their extensive contributions to the S-news and R mailing lists.

Statistical Computing

Statistical Computing PDF Author: Michael J. Crawley
Publisher: Wiley
ISBN: 9780471560401
Category : Computers
Languages : en
Pages : 772

Get Book

Book Description
Many statistical modelling and data analysis techniques can be difficult to grasp and apply, and it is often necessary to use computer software to aid the implementation of large data sets and to obtain useful results. S-Plus is recognised as one of the most powerful and flexible statistical software packages, and it enables the user to apply a number of statistical methods, ranging from simple regression to time series or multivariate analysis. This text offers extensive coverage of many basic and more advanced statistical methods, concentrating on graphical inspection, and features step-by-step instructions to help the non-statistician to understand fully the methodology. * Extensive coverage of basic, intermediate and advanced statistical methods * Uses S-Plus, which is recognised globally as one of the most powerful and flexible statistical software packages * Emphasis is on graphical data inspection, parameter estimation and model criticism * Features hundreds of worked examples to illustrate the techniques described * Accessible to scientists from a large number of disciplines with minimal statistical knowledge * Written by a leading figure in the field, who runs a number of successful international short courses * Accompanied by a Web site featuring worked examples, data sets, exercises and solutions A valuable reference resource for researchers, professionals, lecturers and students from statistics, the life sciences, medicine, engineering, economics and the social sciences.