Omegahat Packages for R

Total Page:16

File Type:pdf, Size:1020Kb

Omegahat Packages for R News The Newsletter of the R Project Volume 1/1, January 2001 Editorial by Kurt Hornik and Friedrich Leisch As all of R, R News is a volunteer project. The editorial board currently consists of the R core devel- Welcome to the first volume of R News, the newslet- opment team plus Bill Venables. We are very happy ter of the R project for statistical computing. R News that Bill—one of the authorities on programming the will feature short to medium length articles covering S language—has offered himself as editor of “Pro- topics that might be of interest to users or developers grammer’s Niche”, a regular column on R/S pro- of R, including gramming. This first volume already features a broad range Changes in R: new features of the latest release • of different articles, both from R core members and other developers in the R community (without Changes on CRAN: new add-on packages, • whom R would never have grown to what it is now). manuals, binary distributions, mirrors, . The success of R News critically depends on the ar- Add-on packages: short introductions to or re- ticles in it, hence we want to ask all of you to sub- • views of R extension packages mit to R News. There is no formal reviewing pro- cess yet, however articles will be reviewed by the ed- Programmer’s Niche: nifty hints for program- itorial board to ensure the quality of the newsletter. • ming in R (or S) Submissions should simply be sent to the editors by email, see the article on page 30 for details on how to Applications: Examples of analyzing data with • write articles. R We really hope you will enjoy reading R News! The newsletter as a medium for communication intends to fill the gap between the R mailing lists and Kurt Hornik scientific journals: Compared with emails it is more Technische Universität Wien, Austria persistent, one can cite articles in the newsletter and [email protected] because the newsletter is edited it has better quality control. On the other hand, when compared to scien- Friedrich Leisch tific journals, it is faster, less formal, and last but not Technische Universität Wien, Austria least focused on R. [email protected] Contents of this issue: The density of the non-central chi-squared dis- tribution for large values of the noncentrality parameter . 14 Editorial . 1 Connections . 16 What is R? . 2 Using Databases with R . 18 R Resources . 3 Rcgi 4: Making Web Statistics Even Easier . 20 Changes in R . 4 Omegahat Packages for R . 21 Changes on CRAN . 8 Using XML for Statistics: The XML Package . 24 Under New Memory Management . 10 Programmer’s Niche . 27 On Exact Rank Tests in R . 11 Writing Articles for R News . 30 Porting R to the Macintosh . 13 Upcoming Events . 32 Vol. 1/1, January 2001 2 What is R? A combined version of the files README and Present status THANKS from the R source tree. The present version implements most of the func- by the R Core Team tionality in the 1988 book “The New S Language” (the “Blue Book”) and many of the applications. In addi- tion, we have implemented a large part of the func- Introduction tionality from the 1992 book “Statistical Models in S” (the “White Book”). R is “GNU S” — A language and environment for All the R functions have been documented in statistical computing and graphics. R is similar to the form of help pages in an “output independent” the award-winning S system, which was developed form which can be used to create versions for HTML, at Bell Laboratories by John Chambers et al. It pro- LAT X, text etc. An 800+ page Reference Index (a col- vides a wide variety of statistical and graphical tech- E lection of all the help pages) can be obtained in a va- niques. R is free software distributed under a GNU- riety of formats. The document “An Introduction to style copyleft. R” provides a more user-friendly starting point, and The core of R is an interpreted computer language there is an “R Language Definition” manual and more with a syntax superficially similar to C, but which is specialized manuals on data import/export and ex- actually a “functional programming language” with tending R. See the file ‘INSTALL’ in the R sources for capabilities similar to Scheme. The language allows instructions on how to generate these documents. branching and looping as well as modular program- ming using functions. Most of the user-visible func- tions in R are written in R, calling upon a smaller set of internal primitives. It is possible for the user to in- Goals terface to procedures written in C, C++ or FORTRAN languages for efficiency, and also to write additional Our aim at the start of this project was to demon- primitives. strate that it was possible to produce an S-like en- The R distribution contains functionality for a vironment which did not suffer from the memory- large number of statistical procedures. Among these demands and performance problems which S has. are: linear and generalized linear models, nonlin- Somewhat later, we started to turn R into a “real” ear regression models, time series analysis, classical system, but unfortunately we lost a large part of the parametric and nonparametric tests, clustering and efficiency advantage in the process, so have recently smoothing. There is also a large set of functions revised the memory management mechanism and which provide a flexible graphical environment for are looking for other candidates for optimization. creating various kinds of data presentations. Longer-term goals include to explore new ideas: A package specification allows the production of e.g., virtual objects and component-based program- loadable modules for specific purposes, and several ming, and expanding the scope of existing ones like contributed packages are made available through the formula-based interfaces. Further, we wish to get a “R Resources” CRAN sites (see the article on in this is- handle on a general approach to graphical user in- sue). terfaces (preferably with cross-platform portability), and to develop better 3-D and dynamic graphics. History R was initially written by Robert Gentleman and Thanks Ross Ihaka of the Statistics Department of the Uni- versity of Auckland. In addition, a large group of in- R would not be what it is today without the invalu- dividuals has contributed to R by sending code and able help of these people, who contributed by donat- bug reports. ing code, bug fixes and documentation: Since mid-1997 there has been a core group who can modify the R source code CVS archive. The Valerio Aimale, Thomas Baier, Ben Bol- group currently consists of ker, Göran Broström, Saikat DebRoy, Douglas Bates, John Chambers, Pe- Lyndon Drake, Paul Gilbert, Robert ter Dalgaard, Robert Gentleman, Kurt King, Kjetil Kjernsmo, Philippe Lambert, Hornik, Ross Ihaka, Friedrich Leisch, Jim Lindsey, Patrick Lindsey, Catherine Thomas Lumley, Martin Maechler, Guido Loader, Gordon Maclean, John Maindon- Masarotto, Paul Murrell, Brian Ripley, ald, Duncan Murdoch, Jens Oehlschlägel- Duncan Temple Lang and Luke Tierney. Akiyoshi, Steve Oncley, Richard O’Keefe, R News ISSN 1609-3631 Vol. 1/1, January 2001 3 Hubert Palme, Jose C. Pinheiro, Mar- If we have overlooked you, please let us know and tyn Plummer, Jonathan Rougier, Heiner we’ll update the list. Many more, too numerous to Schwarte, Bill Simpson, Adrian Trapletti, mention here, have contributed by sending bug re- Terry Therneau, Bill Venables, Gregory R. ports and suggesting various improvements. Warnes and Andreas Weingessel. A special debt is owed to John Chambers who has graciously contributed advice and encouragement in We have probably omitted some important the early days of R and later became a member of the names here because of incomplete record keeping. core team. R Resources by the R Core Team [email protected]: general inquiries and discussion about R. Frequently Asked Questions [email protected]: discussions about the future of R and pre- A collection of Frequently Asked Questions (FAQs) testing of new versions. and their answers is maintained by Kurt Hornik and can be found at the URL http://www.ci.tuwien. To subscribe (or unsubscribe) to these mailing list ac.at/~hornik/R/R-FAQ.html. send ‘subscribe’ (or ‘unsubscribe’) in the body of A text version is in file ‘FAQ’ in the top direc- the message (not in the subject!) to tory of the R sources, and an HTML version is avail- able via the on-line help (on the index page given by [email protected] help.start()). [email protected] [email protected] Archives Browsable archives of the mailing lists can be The Comprehensive R Archive Network (CRAN) is a found at http://www.r-project.org/. Text files (in collection of sites which carry identical material, con- Unix mail folder format) of the archives are made sisting of the R distribution(s), the contributed exten- available monthly; see the ‘doc/mail/mail.html’ file on sions, documentation for R, and binaries. any CRAN node. The CRAN master site (in Vienna, Austria) can be found at the URLs Bug-tracking System http://cran.r-project.org/ R has a bug-tracking system (or perhaps a bug-filing ftp://cran.r-project.org/pub/R/ system is a more precise description) available on the net at and is mirrored daily at many sites: see the list at http://cran.r-project.org/mirrors.html.
Recommended publications
  • Kwame Nkrumah University of Science and Technology, Kumasi
    KWAME NKRUMAH UNIVERSITY OF SCIENCE AND TECHNOLOGY, KUMASI, GHANA Assessing the Social Impacts of Illegal Gold Mining Activities at Dunkwa-On-Offin by Judith Selassie Garr (B.A, Social Science) A Thesis submitted to the Department of Building Technology, College of Art and Built Environment in partial fulfilment of the requirement for a degree of MASTER OF SCIENCE NOVEMBER, 2018 DECLARATION I hereby declare that this work is the result of my own original research and this thesis has neither in whole nor in part been prescribed by another degree elsewhere. References to other people’s work have been duly cited. STUDENT: JUDITH S. GARR (PG1150417) Signature: ........................................................... Date: .................................................................. Certified by SUPERVISOR: PROF. EDWARD BADU Signature: ........................................................... Date: ................................................................... Certified by THE HEAD OF DEPARTMENT: PROF. B. K. BAIDEN Signature: ........................................................... Date: ................................................................... i ABSTRACT Mining activities are undertaken in many parts of the world where mineral deposits are found. In developing nations such as Ghana, the activity is done both legally and illegally, often with very little or no supervision, hence much damage is done to the water bodies where the activities are carried out. This study sought to assess the social impacts of illegal gold mining activities at Dunkwa-On-Offin, the capital town of Upper Denkyira East Municipality in the Central Region of Ghana. The main objectives of the research are to identify factors that trigger illegal mining; to identify social effects of illegal gold mining activities on inhabitants of Dunkwa-on-Offin; and to suggest effective ways in curbing illegal mining activities. Based on the approach to data collection, this study adopts both the quantitative and qualitative approach.
    [Show full text]
  • In This Issue
    SCASA: SOUTHERN CALIFORNIA CHA P- E-Tidings Newsletter TER OF THE AMERI- CAN STATISTICAL ASSOCIATION SCASA Events and News VOLUME 8, ISSUES 1 - 2 JANUARY - FEBRUARY 2019 In This Issue Page 2: New SCASA board Pages 3-4: Presidential address Page 5: Book Club Page 6: Online store Page 7: Statistics Poster competition Page 8: DataFest Page 9: Careers Day Page 10: Applied Statistics Workshop Page 11: Traveling course Page 12: Job Opening Announcement Page 13: Dr. Normalcurvesaurus, Ph.D. presents The answer is at the bottom of this issue. http://community.amstat.org/scasa/newsletters VOLUME 8, ISSUES 1 - 2 P A G E 2 SCASA Officers 2019-2020 : CONGRATULATIONS TO ALL ELECTED AND RE-ELECTED!!! We have the newly elected SCASA board!!! Congratulations to Everyone!!! President: James Joseph, AKAKIA [[email protected]] President-Elect: Rebecca Le, County of Riverside [[email protected]] Immediate Past President: Olga Korosteleva, CSULB [[email protected]] Treasurer: Olga Korosteleva, CSULB [[email protected]] Secretary: Michael Tsiang, UCLA [[email protected]] Vice President of Professional Affairs: Anna Liza Antonio, Enterprise Analytics [[email protected]] Vice President of Academic Affairs: Shujie Ma, UCR [[email protected]] Vice President for Student Affairs: Anna Yu Lee, APU and Claremont Graduate University [[email protected]] The ASA Council of Chapters Representative: Harold Dyck, CSUSB [[email protected]] ENewsletter Editor-in-Chief: Olga Korosteleva, CSULB [[email protected]] Chair of the Applied Statistics Workshop Committee: James Joseph, AKAKIA [[email protected]] Treasurer of the Applied Statistics Workshop: Rebecca Le, County of Riverside [[email protected]] Webmaster: Anthony Doan, CSULB [[email protected]] http://community.amstat.org/scasa/newsletters P A G E 3 VOLUME 8, ISSUES 1 - 2 “GROW STRONG” Presidential Address Southern California may be the most diverse job market in the United States, if not the world.
    [Show full text]
  • Non-Inferiority, Superiority, Equivalence, and Two-Sided Tests Vs
    NCSS Statistical Software NCSS.com Chapter 516 Two Proportions – Non-Inferiority, Superiority, Equivalence, and Two- Sided Tests vs. a Margin Introduction This chapter documents four closely related procedures: non-inferiority tests, superiority (by a margin) tests, equivalence tests, and two-sided tests versus a margin. These procedures compute both asymptotic and exact confidence intervals and hypothesis tests for the difference, ratio, and odds ratio of two proportions. Non-Inferiority Tests Non-inferiority tests are one-sided hypothesis tests in which the null and alternative hypotheses are arranged to test whether one group is almost as good (not much worse) than the other group. So, we might be interested in showing that a new, less-expensive method of treatment is no worse than the current method of treatment. Superiority Tests Superiority tests are one-sided hypothesis tests in which the null and alternative hypotheses are arranged to test whether one group is better than the other group by more than a stated margin. So, we might be interested in showing that a new method of treatment is better by more than a clinically insignificant amount. Equivalence Tests Equivalence tests are used to show conclusively that two methods (i.e. drugs) are equivalent. The conventional method of testing equivalence hypotheses is to perform two, one-sided tests (TOST) of hypotheses. The null hypothesis of non-equivalence is rejected in favor of the alternative hypothesis of equivalence if both one-sided tests are rejected. Unlike the common two-sided tests, however, the type I error rate is set directly at the nominal level (usually 0.05)—it is not split in half.
    [Show full text]
  • Package 'Coin'
    Package ‘coin’ February 8, 2021 Version 1.4-1 Date 2021-02-08 Title Conditional Inference Procedures in a Permutation Test Framework Description Conditional inference procedures for the general independence problem including two-sample, K-sample (non-parametric ANOVA), correlation, censored, ordered and multivariate problems described in <doi:10.18637/jss.v028.i08>. Depends R (>= 3.6.0), survival Imports methods, parallel, stats, stats4, utils, libcoin (>= 1.0-5), matrixStats (>= 0.54.0), modeltools (>= 0.2-9), mvtnorm (>= 1.0-5), multcomp Suggests xtable, e1071, vcd, TH.data (>= 1.0-7) LinkingTo libcoin (>= 1.0-5) LazyData yes NeedsCompilation yes ByteCompile yes License GPL-2 URL http://coin.r-forge.r-project.org Author Torsten Hothorn [aut, cre] (<https://orcid.org/0000-0001-8301-0471>), Henric Winell [aut] (<https://orcid.org/0000-0001-7995-3047>), Kurt Hornik [aut] (<https://orcid.org/0000-0003-4198-9911>), Mark A. van de Wiel [aut] (<https://orcid.org/0000-0003-4780-8472>), Achim Zeileis [aut] (<https://orcid.org/0000-0003-0918-3766>) Maintainer Torsten Hothorn <[email protected]> Repository CRAN Date/Publication 2021-02-08 16:50:07 UTC 1 2 R topics documented: R topics documented: coin-package . .3 alpha . .4 alzheimer . .5 asat .............................................6 ContingencyTests . .7 CorrelationTests . 12 CWD ............................................ 14 expectation-methods . 16 glioma . 18 GTSG............................................ 19 hohnloser . 21 IndependenceLinearStatistic-class . 22 IndependenceProblem-class . 23 IndependenceTest . 24 IndependenceTest-class . 28 IndependenceTestProblem-class . 30 IndependenceTestStatistic-class . 31 jobsatisfaction . 34 LocationTests . 35 malformations . 40 MarginalHomogeneityTests . 41 MaximallySelectedStatisticsTests . 45 mercuryfish . 48 neuropathy . 50 NullDistribution . 52 NullDistribution-class . 54 NullDistribution-methods . 56 ocarcinoma . 57 PermutationDistribution-methods .
    [Show full text]
  • Download This PDF File
    Control Theory and Informatics www.iiste.org ISSN 2224-5774 (print) ISSN 2225-0492 (online) Vol 2, No.1, 2012 The Trend Analysis of the Level of Fin-Metrics and E-Stat Tools for Research Data Analysis in the Digital Immigrant Age Momoh Saliu Musa Department of Marketing, Federal Polytechnic, P.M.B 13, Auchi, Nigeria. Tel: +2347032739670 e-mail: [email protected] Shaib Ismail Omade (Corresponding author) Department of Statistics, School of Information and Communication Technology, Federal Polytechnic, P.M.B 13, Auchi, Nigeria. Phone: +2347032808765 e-mail: [email protected] Abstract The current trend in the information technology age has taken over every spare of human discipline ranging from communication, business, governance, defense to education world as the survival of these sectors depend largely on the research outputs for innovation and development. This study evaluated the trend of the usage of fin-metrics and e-stat tools application among the researchers in their research outputs- digital data presentation and analysis in the various journal outlets. The data used for the study were sourced primarily from the sample of 1720 out of 3823 empirical on and off line journals from various science and social sciences fields. Statistical analysis was conducted to evaluate the consistency of use of the digital tools in the methodology of the research outputs. Model for measuring the chance of acceptance and originality of the research was established. The Cockhran test and Bartlet Statistic revealed that there were significant relationship among the research from the Polytechnic, University and other institution in Nigeria and beyond. It also showed that most researchers still appeal to manual rather than digital which hampered the input internationally and found to be peculiar among lecturers in the system that have not yet appreciate IT penetration in Learning.
    [Show full text]
  • Recent Statistical Software
    PRODUCT LISTING Recent Statistical Software The following infonnation is from press releases or other material provided by publishers. DOS SYSTAT Version 5.0 Documentation for DOS SYSTAT 5.0 is entirely re­ SYSTAT, Inc., announces the release ofSYSTAT Ver­ written and is in four paperback manuals-Getting Staned, sion 5.0, a comprehensive statistical analysis, data man­ Data, Graphics, and Statistics. Each chapter introduces agement, and graphics software package for ffiM PCIATs the statistical concepts behind the procedure, with step­ and DOS-compatible systems with 640K RAM and a by-step instructions and examples. Tips and shortcuts give hard disk. hints that make new users productive quickly. SYSTAT Version 5.0 integrates graphics and analysis SYSTAT Version 5.0 requires an ffiM-eompatible sys­ procedures through its menu-driven interface. New pull­ tem running MS/PC-DOS 3.0 or higher, with 640K RAM down hierarchical menus organize procedures intuitively, and at least a 20MB hard disk. SYSTAT supports all com­ with a command window available at any time should the mon video displays and popular hard-eopy devices such user wish to edit commands. Context-sensitive help is as the HP Laserjet, ffiM and HP plotters, Epson, Toshiba, available throughout. All graphics procedures support and other printers. DOS SYSTAT Version 5.0 costs $895. color output, with default settings fully controllable by Current users ofSYSTAT on DOS systems may upgrade the user. to Version 5.0 for $195. In addition to standard graphs, plots, bar charts, histo­ For more infonnation, contact SYSTAT, Inc., 1800 grams, and scatterplots, DOS SYSTAT 5.0 features Sherman Ave., Suite 801, Evanston, IL60201 (phone: 708­ graphs rarely found in other commercial packages.
    [Show full text]
  • Simulation Study to Compare the Random Data Generation from Bernoulli Distribution in Popular Statistical Packages
    Simulation Study to Compare the Random Data Generation from Bernoulli Distribution in Popular Statistical Packages Manash Pratim Kashyap Department of Business Administration Assam University, Silchar, India [email protected] Nadeem Shafique Butt PIQC Institute of Quality Lahore, Pakistan [email protected] Dibyojyoti Bhattacharjee Department of Business Administration Assam University, Silchar, India [email protected] Abstract In study of the statistical packages, simulation from probability distributions is one of the important aspects. This paper is based on simulation study from Bernoulli distribution conducted by various popular statistical packages like R, SAS, Minitab, MS Excel and PASW. The accuracy of generated random data is tested through Chi-Square goodness of fit test. This simulation study based on 8685000 random numbers and 27000 tests of significance shows that ability to simulate random data from Bernoulli distribution is best in SAS and is closely followed by R Language, while Minitab showed the worst performance among compared packages. Keywords: Bernoulli distribution, Goodness of Fit, Minitab, MS Excel, PASW, SAS, Simulation, R language 1. Introduction Use of Statistical software is increasing day by day in scientific research, market surveys and educational research. It is therefore necessary to compare the ability and accuracy of different statistical softwares. This study focuses a comparison of random data generation from Bernoulli distribution among five softwares R, SAS, Minitab, MS Excel and PASW (Formerly SPSS). The statistical packages are selected for comparison on the basis of their popularity and wide usage. Simulation is the statistical method to recreate situation, often repeatedly, so that likelihood of various outcomes can be more accurately estimated.
    [Show full text]
  • Plasma Amino Acid and Whole Blood Taurine Concentrations in Cats Eating Commercially Prepared Diets
    Plasma amino acid and whole blood taurine concentrations in cats eating commercially prepared diets Cailin R. Heinze, VMD; Jennifer A. Larsen, DVM, PhD; Philip H. Kass, DVM, PhD; Andrea J. Fascetti, VMD, PhD Objective —To establish comprehensive reference ranges for plasma amino acid and whole blood taurine concentrations in healthy adult cats eating commercial diets and to evaluate the relationships of age, sex, body weight, body condition score (BCS), dietary protein concentration, and dietary ingredients with plasma amino acid and whole blood taurine concentrations. Animals —120 healthy adult cats. Procedures —Blood samples and a complete health and diet history were obtained for each cat, and reference intervals for plasma amino acid and whole blood taurine concentrations were determined. Results were analyzed for associations of age, breed, sex, body weight, BCS, use of heparin, sample hemolysis and lipemia, dietary protein concentrations, and dietary ingredients with amino acid concentrations. Results —95% reference intervals were determined for plasma amino acid and whole blood taurine concentrations. A significant difference in amino acid concentrations on the basis of sex was apparent for multiple amino acids. There was no clear relationship between age, BCS, body weight, and dietary protein concentration and amino acid concentrations. Differ - ences in amino acid concentrations were detected for various dietary ingredients, but the relationships were difficult to interpret. Conclusions and Clinical Relevance —This study provided data on plasma amino acid and whole blood taurine concentrations for a large population of adult cats eating commercial diets. Plasma amino acid and whole blood taurine concentrations were not affected by age, BCS, or body weight but were affected by sex and neuter status.
    [Show full text]
  • Courses for Information Systems, Statistics and Management Science 1
    Courses for Information Systems, Statistics and Management Science 1 COURSES FOR INFORMATION SYSTEMS, STATISTICS AND MANAGEMENT SCIENCE MIS340 Data Communication in a Global Environment Management Information Systems Hours 3 Courses Enabling international exchange of digital data to support business MIS200 Fundamentals of Management Information Systems operations. Cultural, legal, security and operational requirements coupled Hours 3 with international standards evaluated in multiple network architectural Business process coordination and decision making through the use configurations supporting transactional knowledge workers, e-business of information technology will be explored, emphasizing IT use by and e-commerce applications. Students are limited to two attempts for organizations in increasingly global markets. this course, excluding withdrawals. MIS221 Business Programming I Prerequisite(s): MIS 221 and (EN 101 or 120) and (EN 102 or EN 121 C or EN 103 or EN 104) and (MATH 121 or MATH 125 or MATH 145) and (EC 110 or EC 112) and (EC 111 or EC 113) and (AC 210 or AC 211) and Hours 3 (LGS 200 or LGS 201) and ST 260 This course is an introductory business-focused computer programming MIS405 Enterprise Networking and Security course. The course provides students the opportunity to learn analytical Hours 3 problem solving techniques, software development techniques and the syntax of the c# programming language to solve common business Data communications and networks; impact on business enterprises and problems. Computing proficiency is required for a passing grade in this issues pertaining to design and implementation. Security and operational course. Students are limited to two attempts for this course, excluding requirements evaluated in multiple network architectural configurations.
    [Show full text]
  • Simplifying Response to Intervention : Four Essential Guiding Principles
    SIMPLIFYING RESPONSE TO INTERVENTION : FOUR ESSENTIAL GUIDING PRINCIPLES Author: Austin Buffum Number of Pages: 216 pages Published Date: 20 Oct 2011 Publisher: Solution Tree Press Publication Country: Bloomington, United States Language: English ISBN: 9781935543657 DOWNLOAD: SIMPLIFYING RESPONSE TO INTERVENTION : FOUR ESSENTIAL GUIDING PRINCIPLES Simplifying Response to Intervention : Four Essential Guiding Principles PDF Book forgottenbooks. By the eighteenth century attitudes and understandings of lightning had changed markedly, as science began to replace folklore in our comprehension of this natural phenomena. The author also provides numerous real-world examples of how secure object systems can be used to enforce useful security policies. The four parts of Academic Freedom and the Inclusive University explore this conflict. It also introduces the Raspberry Pi computer and teach you how to get up and running with a brand new one. The topics in this book have been carefully chosen to reflect current priorities in research, the interdisciplinary nature of the subject, and the developing relationship between glaciology and studies of environmental change. It's a favourite language at Google, YouTube, the BBC, and Spotify, and is the primary programming language for the Raspberry Pi. govproductssku064-000-00029-2 Other products produced by U. A problem that we faced in putting structures into standard format was the diversity of conventions used in the literature. or you're as good as toast. On January 1, 2002, when the new currency began to circulate in the twelve participating member states of the European Union, the long move toward a supranational European framework for trade and institutions finally entered the fabric of daily life for hundreds of millions of citizens.
    [Show full text]
  • Talk Betweens the Two Channels
    BostonBCASA Chapter of theNEWSLETTER American Statistical Association Serving Maine, Massachusetts, New Hampshire, Rhode Island, and Vermont Volume 35, No. 4, March 2017 Homepage: http://www.amstat.org/chapters/boston E-Mail: [email protected] SCHEDULED EVENTS & MEETINGS March 31, 2017 Analytics without Borders Conference Waltham, MA March 31 – April 2, 2017 Five College DataFest Amherst, MA April 5, 2017 ASA Connecticut Chapter 2017 Miniconference Bristol, CT Short Course: Introduction to Statistics for Spatio-Temporal April 8, 2017 Cambridge, MA Data April 21-22, 2017 The New England Statistics Symposium (NESS) Storrs, CT April 27, 2017 Statistics in Practice Panel Discussion Boston, MA May 5, 2017 Adaptive Designs in Clinical Trials Cambridge, MA May 22-25, 2017 Modern Modeling Methods (M3) Conference Storrs, CT May 2017 Annual Meeting and Lecture TBD July 29 – August 3, 2017 Joint Statistical Meetings Baltimore, MD September 23, 2017 2017 New England Symposium on Statistics in Sports Cambridge, MA Event schedule at the chapter website: http://www.amstat.org/chapters/boston Detailed announcements appear later in this newsletter. All events are announced in advance to members on our email list. We are currently planning events for the coming year. If you have suggestions please contact Program Chair Fotios Kokkotos, [email protected] _________________________________________________________________________________________________________________________________________ BCASA Newsletter Page 1 of 22 Greetings from New Hampshire
    [Show full text]
  • Two Proportions
    NCSS Statistical Software NCSS.com Chapter 514 Two Proportions Introduction This program computes both asymptotic and exact confidence intervals and hypothesis tests for the difference, ratio, and odds ratio of two proportions. Comparing Two Proportions In recent decades, a number of notation systems have been used to present the results of a study for comparing two proportions. For the purposes of the technical details of this chapter, we will use the following notation: Event Non-Event Total Group 1 x11 x12 n1 Group 2 x21 x22 n2 Totals m1 m2 In this table, the label Event is used, but might instead be Success, Attribute of Interest, Positive Response, Disease, Yes, or something else. The binomial proportions P1 and P2 are estimated from the data using the formulae = and = 11 21 Three common comparison parameters of two proportions1 1 are2 the proportion2 difference, proportion (risk) ratio, and the odds ratio: Parameter Notation Difference δ = P1 − P2 Risk Ratio φ = P1 / P2 P /(1 − P ) Odds Ratio ψ = 1 1 P2 /(1 − P2 ) Although these three parameters are (non-linear) functions of each other, the choice of which is to be used should not be taken lightly. The associated tests and confidence intervals of each of these parameters can vary widely in power and coverage probability. 514-1 © NCSS, LLC. All Rights Reserved. NCSS Statistical Software NCSS.com Two Proportions Difference The proportion (risk) difference δ = P1 − P2 is perhaps the most direct method of comparison between the two event probabilities. This parameter is easy to interpret and communicate. It gives the absolute impact of the treatment.
    [Show full text]