Skip to content

S Programming
Stock Photo: Cover May Be Different

S Programming Hardcover - 2000

by Venables, William; Ripley, B. D

  • Used
  • very good
  • Hardcover

Written by the bestselling authors of "Modern Applied Statistics with S-Plus", this book provides an in-depth guide to writing software in the S language under the commercial S-PLUS and the Open Source R systems. The book is geared to those with some knowledge of the S language who want to use it more effectively.

Description

Springer, 2000. Hardcover. Very Good. Former library book; May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend Less.Dust jacket quality is not guaranteed.
Used - Very Good
NZ$13.25
FREE Shipping to USA Standard delivery: 4 to 8 days
More Shipping Options
Ships from ThriftBooks (Washington, United States)

Details

  • Title S Programming
  • Author Venables, William; Ripley, B. D
  • Binding Hardcover
  • Edition U. S. EDITION
  • Condition Used - Very Good
  • Pages 265
  • Volumes 1
  • Language ENG
  • Publisher Springer, New York:
  • Date 2000
  • Illustrated Yes
  • Features Bibliography, Illustrated, Index
  • Bookseller's Inventory # G0387989668I4N10
  • ISBN 9780387989662 / 0387989668
  • Weight 1.25 lbs (0.57 kg)
  • Dimensions 9.21 x 6.14 x 0.69 in (23.39 x 15.60 x 1.75 cm)
  • Library of Congress subjects S (Computer program language)
  • Library of Congress Catalog Number 99057466
  • Dewey Decimal Code 519.5

About ThriftBooks Washington, United States

Biblio member since 2018
Seller rating: This seller has earned a 4 of 5 Stars rating from Biblio customers.

From the largest selection of used titles, we put quality, affordable books into the hands of readers

Terms of Sale: 30 day return guarantee, with full refund including original shipping costs for up to 30 days after delivery if an item arrives misdescribed or damaged.

Browse books from ThriftBooks

From the publisher

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(R) 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(R) 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.

First line

S is a language for "programming with data", in the words of the title of Chambers (1998).