S Users Guide

Total Page:16

File Type:pdf, Size:1020Kb

S Users Guide the knowledge to act™ ® S-PLUS® 8 for Windows User’s Guide May 2007 Insightful Corporation Seattle, Washington Proprietary Insightful Corporation owns both this software program and its Notice documentation. Both the program and documentation are copyrighted with all rights reserved by Insightful Corporation. The correct bibliographical reference for this document is as follows: S-PLUS® 8 for Windows® User’s Guide, Insightful Corporation, Seattle, WA. Printed in the United States. Copyright Notice Copyright © 1987-2007, Insightful Corporation. All rights reserved. Insightful Corporation 1700 Westlake Avenue N, Suite 500 Seattle, WA 98109-3044 USA Trademarks Insightful, Insightful Corporation, the Insightful logo and tagline "the Knowledge to Act," Insightful Miner, S+, S-PLUS, S+FinMetrics, S+EnvironmentalStats, S+SeqTrial, S+SpatialStats, S+Wavelets, S+ArrayAnalyzer, S-PLUS Graphlets, Graphlet, Trellis, and Trellis Graphics are either trademarks or registered trademarks of Insightful Corporation in the United States and/or other countries. Intel and Pentium are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries. Microsoft, Windows, MS-DOS and Windows NT are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. Sun, Java and Solaris are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States or other countries. UNIX is a registered trademark of The Open Group. Linux is a registered trademark of Linus Torvalds in the United States and other countries. ii ACKNOWLEDGMENTS S-PLUS would not exist without the pioneering research of the Bell Labs S team at AT&T (now Lucent Technologies): John Chambers, Richard A. Becker (now at AT&T Laboratories), Allan R. Wilks (now at AT&T Laboratories), Duncan Temple Lang, and their colleagues in the statistics research departments at Lucent: William S. Cleveland, Trevor Hastie (now at Stanford University), Linda Clark, Anne Freeny, Eric Grosse, David James, José Pinheiro, Daryl Pregibon, and Ming Shyu. Insightful Corporation thanks the following individuals for their contributions to this and earlier releases of S-PLUS: Douglas M. Bates, Leo Breiman, Dan Carr, Steve Dubnoff, Don Edwards, Jerome Friedman, Kevin Goodman, Perry Haaland, David Hardesty, Frank Harrell, Richard Heiberger, Mia Hubert, Richard Jones, Jennifer Lasecki, W.Q. Meeker, Adrian Raftery, Brian Ripley, Peter Rousseeuw, J.D. Spurrier, Anja Struyf, Terry Therneau, Rob Tibshirani, Katrien Van Driessen, William Venables, and Judy Zeh. iii S-PLUS BOOKS The S-PLUS® documentation includes books to address your focus and knowledge level. Review the following table to help you choose the S-PLUS book that meets your needs. These books are available in PDF format in the following locations: • In your S-PLUS installation directory (SHOME\help on Windows, SHOME/doc on UNIX/Linux). •In the S-PLUS Workbench, from the Help ᭤ S-PLUS Manuals menu item. ® ® • In Microsoft Windows , in the S-PLUS GUI, from the Help ᭤ Online Manuals menu item. S-PLUS documentation. Information you need if you... See the... Are new to the S language and the S-PLUS GUI, Getting Started and you want an introduction to importing data, Guide producing simple graphs, applying statistical models, and viewing data in Microsoft Excel®. Are a system administrator or a licensed user and S-PLUS licensing Web you need guidance licensing your copy of S-PLUS site and/or any S-PLUS module. keys.insightful.com/ Are a new S-PLUS user and need how to use User’s Guide S-PLUS, primarily through the GUI. Are familiar with the S language and S-PLUS, and S-PLUS Workbench you want to use the S-PLUS plug-in, or User’s Guide customization, of the Eclipse Integrated Development Environment (IDE). Have used the S language and S-PLUS, and you Programmer’s Guide want to know how to write, debug, and program functions from the Commands window. iv S-PLUS Books S-PLUS documentation. (Continued) Information you need if you... See the... Are familiar with the S language and S-PLUS, and Application you want to extend its functionality in your own Developer’s Guide application or within S-PLUS. Are familiar with the S language and S-PLUS, and Guide to Graphics you are looking for information about creating or editing graphics, either from a Commands window or the Windows GUI, or using S-PLUS- supported graphics devices. Are familiar with the S language and S-PLUS, and Big Data you want to use the Big Data library to import and User’s Guide manipulate very large data sets. Want to download or create S-PLUS packages for Guide to Packages submission to the Comprehensive S Archival Network (CSAN) site, and need to know the steps. Are looking for categorized information about Function Guide individual S-PLUS functions. If you are familiar with the S language and S-PLUS, Guide to Statistics, and you need a reference for the range of statistical Vol. 1 modelling and analysis techniques in S-PLUS. Volume 1 includes information on specifying models in S-PLUS, on probability, on estimation and inference, on regression and smoothing, and on analysis of variance. If you are familiar with the S language and S-PLUS, Guide to Statistics, and you need a reference for the range of statistical Vol. 2 modelling and analysis techniques in S-PLUS. Volume 2 includes information on multivariate techniques, time series analysis, survival analysis, resampling techniques, and mathematical computing in S-PLUS. v vi CONTENTS S-PLUS Books iv Chapter 1 Introduction 1 Welcome to S-PLUS! 2 Installation 3 Help, Support, and Learning Resources 6 Technical Support 11 Typographic Conventions 14 Chapter 2 Working With Data 15 Introduction 16 Entering, Editing, and Saving Data 18 Viewing and Formatting Data 26 Manipulating Data 39 Libraries Included With S-PLUS 54 Chapter 3 Exploring Data 57 Introduction 58 Visualizing One-Dimensional Data 59 Visualizing Two-Dimensional Data 64 Visualizing Multidimensional Data 91 vii Contents Chapter 4 Creating Plots 121 Introduction 123 Plotting One-Dimensional Data 126 Plotting Two-Dimensional Data 136 Plotting Multidimensional Data 148 Trellis Graphs 163 Chapter 5 Importing and Exporting Data 165 Introduction 166 Supported File Types for Importing and Exporting 167 Importing From and Exporting to Data Files 172 Importing From and Exporting to ODBC Tables 183 Filter Expressions 191 Notes on Importing and Exporting Files of Certain Types 194 Chapter 6 Statistics 199 Introduction 202 Summary Statistics 208 Compare Samples 217 Power and Sample Size 262 Experimental Design 267 Regression 273 Analysis of Variance 303 Mixed Effects 309 Generalized Least Squares 313 Survival 317 Tree 325 Compare Models 329 Cluster Analysis 332 viii Contents Multivariate 343 Quality Control Charts 349 Resample 354 Smoothing 358 Time Series 362 Random Numbers and Distributions 369 References 379 Chapter 7 Working With Objects and Databases 381 Introduction 382 Understanding Object Types and Databases 383 Introducing the Object Explorer 389 Working Wit h Object s 400 Organizing Your Work 410 Chapter 8 Using the Commands Window 417 Introduction 419 Commands Window Basics 420 S-PLUS Language Basics 428 Importing and Editing Data 442 Extracting Subsets of Data 446 Graphics in S-PLUS 450 Statistics 455 Defining Functions 461 Using S-PLUS in Batch Mode 463 Chapter 9 Using the Script and Report Windows 465 Introduction 466 The Script Window 468 Script Window Features 476 ix Contents Time-Saving Tips for Using Scripts 479 The Report Window 484 Printing a Script or Report 486 Chapter 10 Using S-PLUS With Other Applications 487 Using S-PLUS With Microsoft Excel 488 Using S-PLUS With SPSS 507 Using S-PLUS With MathSoft Mathcad 513 Using S-PLUS With Microsoft PowerPoint 520 Chapter 11 Customizing Your S-PLUS Session 525 Introduction 526 Changing Defaults and Settings 527 Customizing Your Session at Startup and Closing 554 Index 559 x INTRODUCTION 1 Welcome to S-PLUS!2 Installation 3 System Requirements 3 Installation Instructions 3 Running S-PLUS 5 Help, Support, and Learning Resources 6 Online Help 6 Online Manuals 9 Tip of the Day 10 S-PLUS on the Web 10 Training Courses 10 Technical Support 11 Books Using S-PLUS 11 Typographic Conventions 14 1 Chapter 1 Introduction WELCOME TO S-PLUS! S-PLUS is based on the latest version of the powerful, object-oriented S language originally developed at Lucent Technologies. S is a rich environment designed for interactive data discovery and is the only language created specifically for data visualization and exploration, statistical modeling, and programming with data. S-PLUS continues to be the premier solution for your data analysis and technical graphing needs. The Microsoft Office-compatible user interface gives you point-and-click access to data manipulation, graphing, and statistics. With S-PLUS, you can program interactively using the S-PLUS programming language. In a typical S-PLUS session, you can: • Import data from virtually any source. • View and edit your data in a convenient Data window. • Create plots with the click of a button. • Control every detail of your graphics and produce stunning, professional-looking output for export to your report document. • Perform statistical analyses from convenient dialogs in the menu system. • Run analysis functions one at a time at the command line or in batches using the Script window. • Create your own functions. • Completely customize your user interface. 2 Installation INSTALLATION To install the software: 1. Insert the S-PLUS CD into your CD-ROM drive. 2. If your operating system supports AutoPlay, installation will proceed automatically. If it does not, run setup.exe in the root directory of the CD-ROM. 3. Follow the on-screen Setup instructions; default settings are recommended. It is a good idea to turn off other applications (in particular, virus checkers) while installing S-PLUS because of known problems with the installation software InstallShield.
Recommended publications
  • Sigmaplot® 8.0 User's Guide
    SigmaPlot ® 8.0 User’s Guide For more information about SPSS® Science software products, please visit our WWW site at http://www.spss.com or contact SPSS Science Marketing Department SPSS Inc. 233 South Wacker Drive, 11th Floor Chicago, IL 60606-6307 Tel: (312) 651-3000 Fax: (312) 651-3668 SPSS and SigmaPlot are registered trademarks and the other product names are the trademarks of SPSS Inc. for its proprietary computer software. No material describing such software may be produced or distributed without the written permission of the owners of the trademark and license rights in the software and the copyrights in the published materials. The SOFTWARE and documentation are provided with RESTRICTED RIGHTS. Use, duplication, or disclosure by the Government is subject to restrictions as set forth in subdivision (c)(1)(ii) of The Rights in Technical Data and Computer Software clause at 52.227-7013. Contractor/manufacturer is SPSS Inc., 233 South Wacker Drive, 11th Floor, Chicago, IL 60606-6307. General notice: Other product names mentioned herein are used for identification purposes only and may be trademarks of their respective companies. Windows is a registered trademark of Microsoft Corporation. ImageStream® Graphics & Presentation Filters, copyright © 1991-1997 by INSO Corporation. All Rights Reserved. ImageStream Graphics Filters is a registered trademark and ImageStream is a trademark of INSO Corporation. SigmaPlot® 8.0 User’s Guide Copyright © 2002 by SPSS Inc. All rights reserved. Printed in the United States of America. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior written permission of the publisher.
    [Show full text]
  • Descarregar Brochura
    SigmaPlot 14 Features TRANSFORMS SigmaPlot Notebook Manager ?Macro recorder to save and play-back operations ?Holds SigmaPlot worksheets, Excel worksheets, reports, ?Macro recorder to save and play-back operations Quick Transforms regression wizard equations, graph pages, transforms and macros. ?Full automation object support - use Visual Basic to create your ? Perform quick mathematical transforms provided in a function ?Direct-editing of notebook summary information own SigmaPlot - based applications SigmaPlot 14 palette ?Run built-in macros or create and add your own scripts ?Automatic Updating of multiple transforms in worksheets ?Add menu commands and create dialog ? SigmaPlot Report Editor Improved User Interface for the Quick Transforms dialog ? ?Insert tables with pre-defined styles or customize completely Export graph to PowerPoint Slide ? ?Insert Graph to Microsoft Word' Toolbox macro Mathematical Transforms Copy/Paste tabular data both ways between the SigmaPlot report and Excel worksheet ?New keyboard shortcuts in the Graph Properties and most ?Set worksheet row and column titles ?Zoom enabled report Microsoft Excel keyboard shortcuts in the worksheet ?Root() and Implicit() functions ? ?Vertical and horizontal rulers Macro language graph page measurement units specification ?36 probability density and cumulative transforms ? ?Ability to change the report background color Macro language automatic legend state specification ?Histogram ?Enhanced PDF export ?Normalize ternary data Windows Application ?Drag and Drop Word 2007, Word 2010 & Word 2016 content ? ?Excel, Word and PowerPoint for Office 2007, Office 2010, Interpolate 3D mesh directly to the report ? Office 2016 and Windows 7, Windows 10 support Sorting ?Cut and paste or use OLE to combine all the important aspects of ?Tips and Tricks at startup ?Fast Fourier transforms with filters your analysis into one document.
    [Show full text]
  • Sportscience In-Brief 2011
    SPORTSCIENCE · sportsci.org News & Comment / In Brief • The Best Graphing Software. Solving the problems with Office. • Updates: Sample size; Clinical inferences; Validity and reliability Reprint pdf · Reprint doc The Best Graphing Software Will G Hopkins, Sport and Recreation, AUT University, Auckland, New Zealand. Email. Sportscience 15, i-iii, 2011 (sportsci.org/2011/inbrief.htm#graphs). Published June 2011. ©2011 Update Aug 2018. Bill Microsoft Gates has at 2010 has unacceptable bugs for such pro- last solved the problem (detailed below) of cessing, and my IT people are telling me I have lines turning into tram tracks when graphics to give up Excel and Powerpoint 2003 when from Excel are pasted into Powerpoint as a they install Windows 7 on my laptop soon. So metafile and ungrouped for further editing. I am looking for graphing software that will Thanks, Bill, you got there in the end! The make graphs I can modify with the latest Pow- latest version of Powerpoint in Office 2016 also erpoint. In any case, I am interested in software has a wonderful new feature for lining up ob- that does a better job than Excel, although I still jects, whereby dashed lines appear when edges have to use Excel: all my spreadsheet resources of an object you are moving line up with edges are in Excel, so anyone using the spreadsheets, of other nearby objects. Now, Bill, please rein- including me, will still want to transfer figures state Recent Folders in the Save As… windows from Excel into Powerpoint. in Windows 10. Solution #1: Keep Using Office 2003 Update Feb 2018.
    [Show full text]
  • Sigmaplot 11
    SigmaPlot® 11 Analyze and Graph your Data with Unparalleled Ease and Precision Exact Graphs and Data Analysis www.sigmaplot.com SigmaPlot® 11 The Premier Data Analysis and Scientific Graphing Package SigmaPlot® is a scientific data analysis and graphing software package with an intuitive interface and wizard technology that is designed to guide users through their analysis and graphing needs. SigmaPlot’s graphing capabilities provide the flexibility to easily customise every graph detail and create publication- quality graphs. SigmaPlot’s analytical features include advanced curve fitting capabilities and step-by-step guidance in performing over 50 frequently used statistical tests. ROC Curve Analysis Find the exact graph for your SigmaPlot now offers Complete Module demanding research in the Advisory Statistics Methods Graph Toolbar Manage and analyse your data efficiently Determine which clinical test SigmaPlot provides more than 50 and accurately is best by creating ROC curves SigmaPlot provides more than 100 different statistical analysis method and comparing their areas using different 2D and 3D graph types so types.Users will always achieve Manipulate millions of data points in SigmaPlot’s paired and unpaired data. Even you can always find the best visual meaningful statistical results without powerful scientific data worksheet. SigmaPlot handles missing values representation of your data. having to be a statistician provides all the tools needed to analyse data, from basic statistics to advanced mathematical calculations Create a preformatted worksheet Select the type of graph desired with possible detailed error bars and a worksheet with the correct data format Graph Style Gallery will be created. Data Save time by quickly plotting your entered into the data using previously saved work-sheet is styles or templates.
    [Show full text]
  • Sigmaplot® 10
    Exact Graphs for Exact Science SigmaPlot 10 SigmaPlot® 10 Designed Specifically to Meet the Needs of the Professional Researcher SigmaPlot is the scientific graphing and data analysis software package with an award-winning interface and intuitive wizard technology that guides users step-by-step through the graph creation and data analysis process. SigmaPlot provides the flexibility to easily customize every graphic detail and create publication-quality graphs you simply can’t get from a basic spreadsheet package. Join the more than 100,000 scientists and engineers who have used SigmaPlot to show meaningful discoveries in their research data for technical publications,presentations or the web. The Most Effective Way to Analyze and Graph Research Data Find the exact graph for your demanding research Manage and analyze your data efficiently and accurately SigmaPlot provides more than 80 different 2D and 3D graph types. Manipulate millions of data points in SigmaPlot's powerful scientific data With so many options, you can always find the best visual worksheet. SigmaPlot provides all the fundamental tools needed to analyze representation of your data. data, from basic statistics to advanced mathematical calculations. Graph Style Gallery Customize every Save time by quickly plotting element of your graphs your data using previously SigmaPlot gives you the saved styles or templates. flexibility to customize every detail of your graph by double-clicking and The Regression Wizard editing any element to guides you through the your exact specifications, curve fitting process even if it is buried Dynamic Fit Wizard compli- under other elements. ments the Regression Wizard by automatically searching Publish & Share even harder to find the best solution to your most difficult Your Work Anywhere curve fitting problems.
    [Show full text]
  • (2010), No. 1 Plotting Experimental Data Using Pgfplots Joseph Wright
    50 TUGboat, Volume 31 (2010), No. 1 Plotting experimental data using pgfplots 1 Joseph Wright 0.8 Abstract Creating plots in TEX is made easy by the pgfplots 0.6 package, but getting the best presentation of ex- perimental results still requires some thought. In 0.4 this article, the basics of pgfplots are reviewed before looking at how to adjust the standard settings to give 0.2 both good looking and scientifically precise plots. 0 1 Introduction 0 0.2 0.4 0.6 0.8 1 Presenting experimental data clearly and consist- ently is a crucial part of publishing scientific results. Figure 1: An empty set of axes A key part of this is the careful preparation of plots, graphs and so forth. Good quality plots often make needs to be loaded. This is designed to work equally results clearer and more accessible than large tables well with T X, LAT X and ConT Xt, and of course of numbers. A number of tools specialise in produ- E E E the loading mechanism depends on the format: cing plots for scientific users, both commercial (such \input pgfplots.tex % Plain TeX as Origin and SigmaPlot) and open source (for \usepackage{pgfplots} % LaTeX example QtiPlot and SciDAVis). The output of \usemodule[pgfplots] % ConTeXt these programs is impressive, but TEX users may Plots are created inside an ‘axis’ environment, find that it lacks the ‘polish’ that TEX can provide. which itself needs to be inside the pgf environment There are a few approaches to producing plots ‘tikzpicture’. The differences between the three directly within a TEX document, but perhaps the easi- formats again mean that there are again some vari- est method to use the pgfplots package (Feuersänger, ations.
    [Show full text]
  • Educause Letter (Page 1)
    SigmaPlotSigmaPlot VVersionersion 1414 Designed Specifically to Meet the Needs of the Scientists, Professional Researchers and Engineers With an award-winning interface and intuitive wizard technology that guides users step-by-step through the graph creation and data analysis process, SigmaPlot provides the flexibility to create compelling graphs and statistical analysis you simply can't achieve with basic spreadsheet software. Complete Advisory Statistics With New Features, Powerful Curve Fitting Plot Regression Huge Worksheet & Associated Programming Including Welch’s t-test And Frequency Tables Non-linear - 155 built-in functions Create polynomial regression 32 million rows and 32 thousand columns. Vector-based Over 50 types of analysis with guidance for use. Assumption Dynamic - Is your fit, the best fit? curves on an existing graph for computations with improved user-defined and Quick Global - Fit shared data sets. one or more data sets. New Transform dialogs. testing, multiple comparisons and detailed reports. statistics have been added. Unicode Support Add Unicode characters and symbols to worksheets, graphs and reports. Notebook Manager Graph Properties Work Directly on the Graph Save multiple notebooks, pages, worksheets, reports, The primary interface for editing graph objects on Objects are selectable for modification. transforms, equations and macros. Rearrange note- your page. All graph categories are displayed in a Mini-toolbars allow for direct changes. book items with drag-and-drop. tree while associated properties are displayed on the right. Graph Gallery & Page Templates Results Graphs For Statistics Sample Files Zoom Controls Create Graphs and Pages with preset Select specific types of graphs to represent sta- Sample Data Sets, Transforms, Zoom in/out on views of pages, reports, and properties that are reusable.
    [Show full text]
  • Sigmaplot 14.5 Brochure
    SigmaPlot 14.5 Designed Specifically to Meet the Needs of Scientists, Professional Researchers and Engineers With an award-winning interface and intuitive wizard technology that guides users step-by-step through the graph creation and data analysis process, SigmaPlot provides the flexibility to create compelling graphs and statistical analysis you simply can’t achieve with basic spreadsheet software. Import Statistical Analysis Macros Help Import multiple sheets Expanded model selection criteria for polynomial Enhancements to polar plots from the Improved search in Help from Excel files. regression, new assumption checking criteria and Polar and Parametric Equations macro. The system. table formatting for correlation tests, numerical Histogram Plus Kernel Density macro added and graph results added to contingency tables to Toolbox Transforms System Memory Add Value Symbols New functions in the Transform Language for Status bar shows remaining memory Value symbols can now be easily added to symbol matrix computations. Transform Samples file and bar graphs update with new transforms for orthogonal Histograms regression, regression with equality constraints, User Interface Improvements Passing-Bablok regression, and chi-square Scaling options for counts and options for either goodness-of-fit test for category data. left-edge or right-edge binning are available for Plots can be deleted from Graph Properties, the histograms from the Histogram Wizard and from Add Axis default has been changed to the Y Axis, statistical procedures. Align Objects is now available from the right mouse Subsections In Notebooks menu, and mini-toolbars have been improved Notebooks expanded to include one or more Smoothers when drawing arrows subsections under each section to better organize Reports available for 2D and 3D Smoothers to save content.
    [Show full text]
  • Creation of Slovak User Interface for the Qtiplot Software
    Volume XVII, 32-No.2, 2015 CREATION OF SLOVAK USER INTERFACE FOR THE QTIPLOT SOFTWARE Veronika TOPORCEROVÁ Technical University of Košice, Faculty of Aeronautics, Rampová 7, 041 21 Košice e-mail: [email protected] Summary. This article is aimed at creating a summary of selected commercial and freeware software, main task of which is to work with data, their processing and visualization. The article includes an explanation of the concept of visualization, defining basic types of software, description of programs, their main utilization possibilities and basic functions and options. Great attention is devoted especially to the open-source application QtiPlot and its detailed description. Keywords: QtiPlot; graphs; visualization; open-source program 1. INTRODUCTION At present more and more different programs for data processing and visualization have been used. These programs may be from the base aspect commercial and freely available. The main difference is in the price and in offer functions of the program. Data visualization deals with digital processing and presentation of the abstract information that may be obtained by measurement, analysis or by statistical methods. The visual appearance of the processed information is for humans more natural and easier to understand than the numerical expression while a man bring closer to the problems of themes, helps to detect and understand the relationships between data and their properties In the past visualization was an instrument which was used especially almost exclusively in the academic environment. Development of information technology has caused, that the visualization became interested also people from other areas of public life. [1] For this reason, new programs for processing and visualization with ever better offer features and graphics have still arisen and developed.
    [Show full text]
  • Introduction 1 Introduction
    1 Introduction 1 Introduction About SigmaPlot SigmaPlot 10.0 makes it easier for you to present your findings accurately using precise, publication-quality graphs, data analysis and presentation tools. SigmaPlot 10.0 offers numerous scientific options such as automatic error bars, regression lines, confidence intervals, axis breaks, technical axis scales, non-linear curve fitting and a data worksheet for powerful data handling. SigmaPlot is a state-of-the-art technical graphing program designed for the Windows platform. It is certified for Windows NT, Windows 2000, Microsoft Office 98, 2000, and Windows XP. SigmaPlot is specifically designed to aid in documenting and publishing research, specializing in the graphical presentation of results. Creating and editing graphs is easy. Just click a Graph toolbar button, pick your data with the Graph Wizard, and you can create a graph in seconds. You can also use templates to apply favorite graphs again and again. SigmaPlot 10.0 also includes a powerful nonlinear curve fitter, a huge scientific data worksheet that accommodates large data sets, summary statistics, a mathematical transform language and much more. OLE2 technology is fully supported. You can annotate graphs with the Microsoft Word Equation Editor, edit your graphs directly inside Word or PowerPoint, or plot your data with an Excel spreadsheet right inside SigmaPlot 10.0. Graph Types and Styles SigmaPlot10.0’s selectable Graph Type determines the structure of your graph. SigmaPlot 10.0 provides many different types of two- and three-dimensional Cartesian (XY and XYZ) graphs, as well as pie charts and polar plots. Graph Style determines how data is plotted on a graph.
    [Show full text]
  • Experimental Data Acquisition and Analysis
    Experimental Methods in Science dr inż. Maciej Dems nd Technical University of Łódź Science and Technology 2 semester ©2008 Maciej Dems. All rights reserved. Part I Experimental Data Acquisition and Analysis Experimental Data Acquisition and Analysis: Outline Contents I Experimental Data Acquisition and Analysis 1 1 Experiments in Physics 2 1.1 Experiment: Step-by-Step . .2 1.2 Data Acquisition and Making Notes . .4 1.3 Notation of Measured Quantities . .6 2 Experimental Errors and Uncertainties 7 2.1 Sources and Types of Errors . .7 2.2 Error of a single measurement . .8 2.3 Error of multiple measurements . 10 3 Changing Parameters and Function Fitting 15 3.1 Correlation . 15 3.2 Least Squares Method . 16 3.3 Statistical Analysis and LSM using SciDaVis . 20 II Presentation of Results 22 4 The Perfect Report 22 4.1 Report Structure . 22 4.2 Typographic Conventions . 24 5 Presenting Numerical Data 26 5.1 Methods of presenting data . 26 5.2 Making Tables . 27 5.3 Using Plots . 27 6 Useful Tools 32 6.1 LATEX and LYX.............................................. 32 6.2 SciDAVis . 35 6.3 Word? Excel? . 36 1 7 A word about oral presentations 39 III Measurements and Devices 40 8 Measurements of Basic Quantities 40 8.1 Length and time . 40 8.2 Mass . 43 8.3 Temperature . 46 9 Electrical Equipment 48 9.1 Electric Circuits . 48 9.2 Analog and Digital Meters . 49 9.3 Oscilloscope . 52 1 Experiments in Physics Scientific method Body of techniques for investigating phenomena, acquiring new knowledge, or correcting and integrating previous knowledge.
    [Show full text]
  • Leader in Niche Scientific Graphing Sigmaplot 12
    Exact Graphs and Data Analysis Leader in Niche Scientific Graphing SigmaPlot 12 Analyze and Graph your Data with Unparalleled Ease and Precision SigmaPlot® is a scientific data analysis and graphing software package with advanced curve fitting, a vector-based programming language, macro capability and over 50 frequently used statistical tests. SigmaPlot has the analytical features necessary to extract the important information from your research data. With over 100 graph types and a user interface which allows detailed manipulation of every graph object, you can create the exact graph to present your results. Complete Advisory Statistics Create the Exact Graph Powerful Curve Fitting Advanced Analysis Methods for Scientists & Engineers for your Research Nonlinear, Dynamic and Global Bland-Altman, Dot Density, Over 50 tests with complete Over 100 different 2D and curve fitting and Enzyme Kinetics background statistical assumption 3D graph types in the now implicit testing and appropriate Create Graph ribbon function fitting test suggestion Tabbed Groups Collect related graphs in a tabbed group for easy relationship to a worksheet Object Window Objects are identified when clicked on in the Notebook Manager graph Save multiple notebooks, worksheets, graphs, reports, transforms, equations and macros Properties Window The properties associated with the selected object. Dynamic Update changes Interactive Graph Wizard the graph immediately. A step-by-step graph creation No clicking Ok or process Apply required. Huge Worksheet and Associated Multiple Methods for Zoom, Work Directly on the Page Programming Language Pan and Drag Almost every object is selectable. 32,000,000 rows & 32,000 Press the spacebar and drag the graph with Mini-toolbars allow direct columns.
    [Show full text]