A Beginner's Guide to R

A Beginner's Guide to R

Alain Zuur | Elena N. Ieno | Erik Meesters

Based on their extensive experience with teaching R and statistics to applied scientists, the authors provide a beginner's guide to R. To avoid the difficulty of teaching R and statistics at the same time, statistical methods are kept to a minimum. The text covers how to download and install R, import and manage data, elementary plotting, an introduction to functions, advanced plotting, and common beginner mistakes. This book contains everything you need to know to get started with R. “Its biggest advantage is that it aims only to teach R...It organizes R commands very efficiently, with much teaching guidance included. I would describe this book as being handy--it’s the kind of book that you want to keep in your jacket pocket or backpack all the time, ready for use, like a Swiss Army knife.” (Loveday Conquest, University of Washington) “Whilst several books focus on learning statistics in R..., the authors of this book fill a gap in the market by focusing on learning R whilst almost completely avoiding any statistical jargon...The fact that the authors have very extensive experience of teaching R to absolute beginners shines throughout.” (Mark Mainwaring, Lancaster University) “Exactly what is needed...This is great, nice work. I love the ecological/biological examples; they will be an enormous help.” (Andrew J. Tyne, University of Nebraska-Lincoln)
Managing Sustainable Business

Managing Sustainable Business

Gilbert G. Lenssen | N. Craig Smith

This book offers 32 texts and case studies from across a wide range of business sectors around a managerial framework for Sustainable Business. The case studies are developed for and tested in executive education programmes at leading business schools.The book is based on the premise that the key for managing the sustainable business is finding the right balance over time between managing competitiveness and profitability AND managing the context of the business with its political, social and ecological risks and opportunities. In that way, a sustainable business is highly responsive to the demands and challenges from both markets and societies and managers embrace the complexity, ambivalence and uncertainty that goes along with this approach.The book presents a framework that facilitates the adoption of best business practice. This framework leads executives through a systematic approach of strategic analysis and business planning in risk management, issues management, stakeholder management, sustainable business development and strategic differentiation, business model innovation and developing dynamic capabilities. The approach helps broaden the understanding of what sustainable performance means, by protecting business value against sustainability risks and creating business value from sustainability opportunities.
Research Methods for the Digital Humanities

Research Methods for the Digital Humanities

David Rheams | lewis levenberg | Tai Neilson

... 2. Is the material published with an open license or in the public domain, and is this clearly communicated in ... hub for apps and app development, includes a strong program for encouraging the use and reuse of this enormous heritage ...
Knowledge Management

Knowledge Management

Gita Kumta | Klaus North

This textbook on knowledge management draws on the authors’ more than twenty years of research, teaching and consulting experience. The first edition of this book brought together European, Asian and American perspectives on knowledge-based value creation; this second edition features substantial updates to all chapters, reflecting the implications of the digital transformation on knowledge work and knowledge management. It also addresses three new topics: the impact of knowledge management practices on performance; knowledge management in the public sector; and an introduction to ISO 9001:2015 as an implementation framework.The book is intended not only for academic education but also as an essential guide for managers, consultants, trainers, coaches, and all those engaged in business, public administration or non-profit work who are interested in learning about organizations in a knowledge economy. Given its wealth of case studies, examples, questions, exercises and easy-to-use knowledge management tools, it offers a true compendium for learning about and implementing knowledge management initiatives.
An Introduction to Criminological Theory and the Problem of Causation

An Introduction to Criminological Theory and the Problem of Causation

Jason Warr

This text offers a novel contribution to the literature on core criminological theory by introducing the complex issues relating to the structuring and analysing of causation. This text traces the paradigm shift, or drift, that has occurred in the history of criminology and shows how the problem of causation has been a leading factor in these theoretical developments. This short book is the first of its kind and is an introductory text designed to introduce both seasoned criminologists as well as students of criminology to the interesting intersections between the fields of criminology and the philosophy of the social sciences.The problem of causation is notoriously difficult and has plagued philosophers and scientists for centuries. Warr highlights the importance of grappling with this problem and demonstrates how it can lead to unsuccessful theorising and can prevent students from fully appreciating the development of thinking in criminology. This accessible account will prove to be a must-read for scholars of criminal justice, penology and philosophy of social science.
Principles of Microeconomics

Principles of Microeconomics

Martin Kolmar

This text provides a comprehensive and unique introduction to modern microeconomics. It pursues an integrative approach by putting the main findings of economics into a broader perspective; theories are critically reflected on from a philosophical standpoint and by comparing them to approaches found in the social sciences, while implications for the design of the legal system and business practices are highlighted throughout. In addition, the book presents brief examples and comprehensive case studies to facilitate an understanding of the theories’ real-world implications.Starting from the question as to why and how societies organize economic activity, the book adopts an institutional perspective to analyze the potential and limitations of different market types with regard to alleviating scarcity and achieving distributive objectives.It not only covers traditional rational-choice models, but also systematically introduces readers to important findings from behavioral economics and psychology.A companion workbook is available which features a wide variety of exercises, ranging from basic multiple-choice questions to challenging mathematical problems and case study scenarios.
Enterprise Risk Management Models

Enterprise Risk Management Models

David L. Olson | Desheng Wu

Enterprise risk management has always been important. However, the events of the 21st Century have made it even more critical. The top level of business management became suspect after scandals at ENRON, WorldCom, and other business entities. Financially, many firms experienced difficulties from bubbles. The problems of interacting cultures demonstrated risk from terrorism as well, with numerous terrorist attacks, to include 9/11 in the U.S. Risks can arise in many facets of business. Businesses in fact exist to cope with risk in their area of specialization. Financial risk management has focused on banking, accounting, and finance. We have discussed several aspects of risk, to include information systems, disaster management, and supply chain perspectives. The bulk of this book is devoted to presenting a number of operations research models that have been (or could be) applied to enterprise supply risk management, especially from the supply chain perspective.
Strategic Human Resource Management and Employment Relations

Strategic Human Resource Management and Employment Relations

Ashish Malik

This book analyses a collection of key strategic human resource management (HRM) and employment relations (ER) topics. The book follows a unique pedagogical design employing problem-based learning and participant-centred learning approaches, both of which the author has extensive experience in implementing with post-graduate learners. The book also prepares the learner to use these approaches, and has resources for the instructor.The first part of the book provides a very focussed research commentary highlighting the key theoretical approaches in HRM and ER. The second part offers details of the design and implementation of strategic HRM and ER practices. The third part features a selection of contemporary research-based case studies that bring to life the debates and tensions inherent in the field of strategic HRM and ER.
A Beginners Guide to Python 3 Programming

A Beginners Guide to Python 3 Programming

John Hunt | 0014323

This textbook is aimed at readers who have little or no knowledge of computer programming but want to learn to program in Python. It starts from the very basics including how to install your Python environment, how to write a very simple program and run it, what a variable is, what an if statement is, how iteration works using for and while loops as well as important key concepts such as functions, classes and modules. Each subject area is prefaced with an introductory chapter, before continuing with how these ideas work in Python. The second edition has been completely updated for the latest versions of Python including Python 3.11 and Python 3.12. New chapters have been added such as those that consider where and how Python is used, the use of Frozensets, how data can be sorted, enumerated types in Python, structural pattern matching and how (and why) Python Virtual Environments are configured. A new chapter ‘The Python Bites back’ is introduced to present the fourteen most common / biggest gotchas for someone new to Python. Other sections have been updated with new features such as Exception Groups, string operations and dictionary operations. A Beginners Guide to Python 3 Programming second Edition provides all you need to know about Python, with numerous examples provided throughout including several larger worked case studies illustrating the ideas presented in the previous chapters.
Strategic Retail Management

Strategic Retail Management

Dirk Morschett | Hanna Schramm-Klein | Joachim Zentes

This book is devoted to the dynamic development of retailing. The focus is on various strategy concepts adopted by retailing companies and their implementation in practice. This is not a traditional textbook or collection of case studies; it aims to demonstrate the complex and manifold questions of retail management in the form of twenty lessons, where each lesson provides a thematic overview of key issues and illustrates them via a comprehensive case study. The examples are all internationally known retail companies, to facilitate an understanding of what is involved in strategic retail management and illustrate best practices.In the third edition, all chapters were revised and updated. Two new chapters were added to treat topics like corporate social responsibility as well as marketing communication. All case studies were replaced by new ones to reflect the most recent developments. Well-known retail companies from different countries, like Tesco, Zalando, Hugo Boss, Carrefour, Amazon, Otto Group, are now used to illustrate particular aspects of retail management.
Auditing & Assurance Services

Auditing & Assurance Services

Douglas F. Prawitt | Steven M. Glover | William F. Messier

Revised edition of the authors' Auditing & assurance services, [2016]