Business Statistics with Solutions in R
eBook - ePub

Business Statistics with Solutions in R

Mustapha Abiodun Akinkunmi

Share book
  1. 276 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Business Statistics with Solutions in R

Mustapha Abiodun Akinkunmi

Book details
Book preview
Table of contents
Citations

About This Book

Business Statistics with Solutions in R covers a wide range of applications of statistics in solving business related problems. It will introduce readers to quantitative tools that are necessary for daily business needs and help them to make evidence-based decisions. The book provides an insight on how to summarize data, analyze it, and draw meaningful inferences that can be used to improve decisions. It will enable readers to develop computational skills and problem-solving competence using the open source language, R.

Mustapha Abiodun Akinkunmi uses real life business data for illustrative examples while discussing the basic statistical measures, probability, regression analysis, significance testing, correlation, the Poisson distribution, process control for manufacturing, time series analysis, forecasting techniques, exponential smoothing, univariate and multivariate analysis including ANOVA and MANOVA and more in this valuable reference for policy makers, professionals, academics and individuals interested in the areas of business statistics, applied statistics, statistical computing, finance, management and econometrics.

Frequently asked questions

How do I cancel my subscription?
Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
Can/how do I download books?
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
What is the difference between the pricing plans?
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
What is Perlego?
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Do you support text-to-speech?
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Is Business Statistics with Solutions in R an online PDF/ePUB?
Yes, you can access Business Statistics with Solutions in R by Mustapha Abiodun Akinkunmi in PDF and/or ePUB format, as well as other popular books in Economics & Econometrics. We have over one million books available in our catalogue for you to explore.

Information

Publisher
De Gruyter
Year
2019
ISBN
9781547401376
Edition
1

1 Introduction to Statistical Analysis

The science of statistics supports making better decisions in business, economics, and other disciplines. In addition, it provides necessary tools to summarize data, analyze data, and make meaningful conclusions to arrive at these better decisions. This book is a bit different from most statistics books in that it will focus on using data to help you do business—the focus is not on statistics for statistics’ sake but rather on what you need to know to really use statistics.
To help in that endeavor, examples will include the use of the R programming language which was created specifically to give statisticians and technicians a tool to create solutions to standard techniques as well as custom solutions.
Statistics is a word originating from the Italian word stato meaning “state,” and statista is an individual saddled with the tasks of the state. Thus, statistics is the collection of useful information to the statista. Its application began in Italy during the 16th century and dispersed to other countries of the world. At present, statistics covers a wide range of information in every aspect of human activity. It is not limited to the collection of numerical information but includes data summarization, analysis, and presentation in meaningful ways.
Statistical analysis is mainly concerned with how to make generalizations from data. Statistics is a science that deals with information. In order to perform statistical analysis on information (data) you have on hand or that you collect, you may need to transform the data or work with the data to get it into a form where it can be analyzed using statistical techniques. Information can be found in qualitative or quantitative form. In order to explain the difference between these two types of information, let’s consider an example. Suppose an individual intends to start a business based on the information in Table 1.1. Which of the variables are quantitative and which are qualitative? The product price is a quantitative variable because it provides information based on quantity—the product price in dollars. The number of similar businesses and the rent for business premises are also quantitative variables. The location used in establishing the business is a qualitative variable since it provides information about a quality (in this case a location, Nigeria or South Korea). The presence of basic infrastructure requires a (Yes or No) response; these are also qualitative variables.
Table 1.1:Business feasibility data.
Product price Number of similar businesses Rent for the business premise Location Presence of basic infrastructure
US$150 6 US$2000 Nigeria No
US$100 18 US$3000 South Korea Yes
A quantitative variable represents a number for which arithmetic operations such as averaging make sense. A qualitative (or categorical) variable is concerned with a decision. In a case where a number is applied to separate members of different categories of a qualitative variable, the assigned number is subjective but generally intentional. An aspect of statistics is that it is concerned with measurements—some quantitative and others qualitative. Measurements provide the real numerical values of a variable. Qualitative variables can be represented with numbers as well, but such a representation may be arbitrary but useful for the purposes at hand. For instance, you can assign numerics to an instance of a qualitative variable such as Nigeria = 1, and South Korea = 0.

1.1 Scales of Measurement

In order to use statistics effectively, it is helpful to view data in a slightly different way so that it can be analyzed successfully. In performing a statistical test, it is important that all data be converted to the same scale. For example, if your quantitative data is in meters and feet, you need to choose one and convert any data to that scale. However, in statistics there is another definition for scales of measurement. Scales of measurement are commonly classified into four categories, namely: nominal scale, ordinal scale, interval scale, and ratio scale.
  1. Nominal Scale: In this scale, numbers are simply applied to label groups or classes. For instance, if a dataset consists of male and female, we may assign a number to them such as 1 for male and 2 for female. In this situation, the numbers 1 and 2 merely denote the category in which a data point belongs. The nominal scale of measurement is applied to qualitative data such as gender, geographic classification, race classification, and so on.
  2. Ordinal Scale: This scale allows data elements to be ordered based on their relative size or quality. For example, buyers can rank three products by assigning them 1, 2, and 3, where 3 is the best and 1 is the worst. The ordinal scale does not provide information on how much better one product is compared to others, only that it is better. This scaling is used for many purposes—such as grading, either stanine (1 to 9) or A to F (no E) where a 4.0 is all As and all Fs are 0.0; or rankings, such as on Amazon (1 to 5 stars, so that that 5.0 would be the highest ranking), or on restaurants, hotels, and other data sources which may be ranked on a four- or five-star basis. It is therefore quite important to know the data range when using this data. The availability of ...

Table of contents