Books  [Norman Matloff] The Art of R Programming: A Tour of Statistical Software Design

  • Пользователь tttx
  • Дата
  • Books
YxabMzkhSR2nh1UjWDES2A.png

ОПИСАНИЕ:

R is the world's most popular language for developing statistical software: Archaeologists use it to track the spread of ancient civilizations, drug companies use it to discover which medications are safe and effective, and actuaries use it to assess financial risks and keep economies running smoothly.

The Art of R Programming takes you on a guided tour of software development with R, from basic types and data structures to advanced topics like closures, recursion, and anonymous functions. No statistical knowledge is required, and your programming skills can range from hobbyist to pro.

Along the way, you'll learn about functional and...

Books  [Emmanuel Paradis] A Step-by-Step R Tutorial: An Introduction into R Applications and Programming

  • Пользователь tttx
  • Дата
  • Books
kq7WDtW7RH64ZShaLM5aoQ.png

ОПИСАНИЕ:

A Step-by-Step Tutorial in R has a two-fold aim: to learn the basics of R and to acquire basic skills for programming efficiently in R. Emphasis is on converting ideas about analysing data into useful R programs. It is stressed throughout that programming starts first by getting a clear understanding of the problem. Once the problem is well formulated the next phase is to write step-by-step code for execution by the R evaluator.

Although A Step-by-Step Tutorial in R is primarily intended as a course directed by an instructor, it can also be used with a little more effort as a self-teaching option. The first 11 chapters form the core...

Books  [Patrick Burns] The R Inferno

  • Пользователь tttx
  • Дата
  • Books
uoIf1-rcSAOmlwv4zSvJ1Q.png

ОПИСАНИЕ:

An essential guide to the trouble spots and oddities of R. In spite of the quirks exposed here, R is the best computing environment for most data analysis tasks. R is free, open-source, and has thousands of contributed packages. It is used in such diverse fields as ecology, finance, genomics and music. If you are using spreadsheets to understand data, switch to R. You will have safer - and ultimately, more convenient - computations.

ПРОДАЖНИК:

СКАЧАТЬ:

Books  [Sasha D. Hafner] The Book of R: A First Course in Programming and Statistics

  • Пользователь tttx
  • Дата
  • Books
x_JQ-qeuTkugw__9mT_zbA.png

ОПИСАНИЕ:

The Book of R is a comprehensive, beginner-friendly guide to R, the world’s most popular programming language for statistical analysis. Even if you have no programming experience and little more than a grounding in the basics of mathematics, you’ll find everything you need to begin using R effectively for statistical analysis.

You’ll start with the basics, like how to handle data and write simple programs, before moving on to more advanced topics, like producing statistical summaries of your data and performing statistical tests and modeling. You’ll even learn how to create impressive data visualizations with R’s basic graphics tools...

Books  [Sasha D. Hafner] R for Beginners

  • Пользователь tttx
  • Дата
  • Books
6wEseTZLSDWiguUg8Kwhkg.png

ОПИСАНИЕ:

The objective of this book is to introduce participants to the use of R for data manipulation and analysis. It is intended for individuals with little or no prior experience in R. The topics that are covered are those that author thinks are the most important for getting started with R. By the end of the book, you should be able to complete all steps reguired for data analysis and visualization using R, including the use of some relatively sophisticated methods.

ПРОДАЖНИК:

СКАЧАТЬ:

Books  [Hadley Wickham] Advanced R Programming

  • Пользователь tttx
  • Дата
  • Books
7sKslLp0RBKK1seUcaTecw.png

ОПИСАНИЕ:

An Essential Reference for Intermediate and Advanced R Programmers

Advanced R presents useful tools and techniques for attacking many types of R programming problems, helping you avoid mistakes and dead ends. With more than ten years of experience programming in R, the author illustrates the elegance, beauty, and flexibility at the heart of R.

The book develops the necessary skills to produce quality code that can be used in a variety of circumstances. You will learn:
  • The fundamentals of R, including standard data types and functions
  • Functional programming as a useful framework for solving wide classes of problems...

Books  [Julia Silge, David Robinson] Text Mining with R: A Tidy Approach

  • Пользователь tttx
  • Дата
  • Books
PYVUbS_pR06tbl8i7uNDFw.png

ОПИСАНИЕ:

Much of the data available today is unstructured and text-heavy, making it challenging for analysts to apply their usual data wrangling and visualization tools. With this practical book, you’ll explore text-mining techniques with tidytext, a package that authors Julia Silge and David Robinson developed using the tidy principles behind R packages like ggraph and dplyr. You’ll learn how tidytext and other tidy tools in R can make text analysis easier and more effective.

The authors demonstrate how treating text as data frames enables you to manipulate, summarize, and visualize characteristics of text. You’ll also learn how to integrate...

Books  [Winston Chang] Cookbook for R: Best R Programming TIPs

  • Пользователь tttx
  • Дата
  • Books
9IucaZ17Tv-YBuW9AagZJA.png

ОПИСАНИЕ:

The goal of this cookbook is to provide solutions to common tasks and problems in analyzing data. Each recipe tackles a specific problem with a solution you can apply to your own project, and includes a discussion of how and why the recipe works.

Each recipe addresses a specific problem and includes a discussion that explains the solution and provides insight into how it works. If you're a beginner, this book will help get you started. If you're an intermediate user, this book will jog your memory and expand your horizons. You'll get the job done faster and learn more about R in the process.

R is a powerful tool for statistics...

Books  [Colin Gillespie, Robin Lovelace] Efficient R Programming: A Practical Guide to Smarter Programming

  • Пользователь tttx
  • Дата
  • Books
7AqB7Vh0TCmeNr96QFEhaA.png

ОПИСАНИЕ:

There are many excellent R resources for visualization, data science, and package development. Hundreds of scattered vignettes, web pages, and forums explain how to use R in particular domains. But little has been written on how to simply make R work effectively—until now. This hands-on book teaches novices and experienced R users how to write efficient R code.

Drawing on years of experience teaching R courses, authors Colin Gillespie and Robin Lovelace provide practical advice on a range of topics—from optimizing the set-up of RStudio to leveraging C++—that make this book a useful addition to any R user’s bookshelf. Academics...

Books  [Malte Grosser, Henning Bumann, Hadley Wickham] Advanced R Solutions

  • Пользователь tttx
  • Дата
  • Books
3W2VF-QhQqO0JPJ_rmmvyw.png

ОПИСАНИЕ:

This book offers solutions to all 284 exercises in Advanced R, Second Edition. All the solutions have been carefully documented and made to be as clear and accessible as possible. Working through the exercises and their solutions will give you a deeper understanding of a variety of programming challenges, many of which are relevant to everyday work. This will expand your set of tools on a technical and conceptual level. You will be able to transfer many of the specific programming schemes directly and will discover far more elegant solutions to everyday problems.

Features:
  • When R creates copies, and how it affects memory...

Books  [Hadley Wickham] Advanced R, Second Edition

  • Пользователь tttx
  • Дата
  • Books
nGii_aG_RVO2wGIOa0KfwQ.png

ОПИСАНИЕ:

Advanced R helps you understand how R works at a fundamental level. It is designed for R programmers who want to deepen their understanding of the language, and programmers experienced in other languages who want to understand what makes R different and special.

This book will teach you the foundations of R; three fundamental programming paradigms (functional, object-oriented, and metaprogramming); and powerful techniques for debugging and optimising
your code.

By reading this book, you will learn:
  • The difference between an object and its name, and why the distinction is important
  • The important vector data structures...

Books  [Alex Douglas, Deon Roos, Francesca Mancini, Ana Couto, David Lusseau] An Introduction to R

  • Пользователь tttx
  • Дата
  • Books
sZZl0o-XTdq-UR77BEjULw.png

ОПИСАНИЕ:

The aim of this book is to introduce you to using R, a powerful and flexible interactive environment for statistical computing and research. R in itself is not difficult to learn, but as with learning any new language (spoken or computer) the initial learning curve can be a little steep and somewhat daunting.

ПРОДАЖНИК:

СКАЧАТЬ:

Books  [Winston Chang] R Graphics Cookbook: Practical Recipes for Visualizing Data

  • Пользователь tttx
  • Дата
  • Books
W_5kXGAPThah20-44cJx2Q.png

ОПИСАНИЕ:

This practical guide provides more than 150 recipes to help you generate high-quality graphs quickly, without having to comb through all the details of R’s graphing systems. Each recipe tackles a specific problem with a solution you can apply to your own project, and includes a discussion of how and why the recipe works.

Most of the recipes use the ggplot2 package, a powerful and flexible way to make graphs in R. If you have a basic understanding of the R language, you’re ready to get started.
  • Use R’s default graphics for quick exploration of data
  • Create a variety of bar graphs, line graphs, and scatter plots
  • Summarize...

Books  [James (JD) Long, Paul Teetor] R Cookbook: Proven Recipes for Data Analysis, Statistics, and Graphics

  • Пользователь tttx
  • Дата
  • Books
ogl7EN0ESWidIX-xqTwZQQ.png

ОПИСАНИЕ:

Perform data analysis with R quickly and efficiently with more than 275 practical recipes in this expanded second edition. The R language provides everything you need to do statistical work, but its structure can be difficult to master. These task-oriented recipes make you productive with R immediately. Solutions range from basic tasks to input and output, general statistics, graphics, and linear regression.

Each recipe addresses a specific problem and includes a discussion that explains the solution and provides insight into how it works. If you’re a beginner, R Cookbook will help get you started. If you’re an intermediate user, this...

Books  [Roger D. Peng] R Programming for Data Science

  • Пользователь tttx
  • Дата
  • Books
u4RMyn1gR9Sz9RZu_eZYlA.png

ОПИСАНИЕ:

Data science has taken the world by storm. Every field of study and area of business has been affected as people increasingly realize the value of the incredible quantities of data being generated. But to extract value from those data, one needs to be trained in the proper data science skills. The R programming language has become the de facto programming language for data science. Its flexibility, power, sophistication, and expressiveness have made it an invaluable tool for data scientists around the world. This book is about the fundamentals of R programming. You will get started with the basics of the language, learn how to...

Books  [Hadley Wickham] R Packages: Organize, Test, Document, and Share Your Code

  • Пользователь tttx
  • Дата
  • Books
HOuMe0f_SMu578DhKSXSgg.png

ОПИСАНИЕ:

Turn your R code into packages that others can easily download and use. This practical book shows you how to bundle reusable R functions, sample data, and documentation together by applying author Hadley Wickhamâ??s package development philosophy. In the process, youâ??ll work with devtools, roxygen, and testthat, a set of R packages that automate common development tasks. Devtools encapsulates best practices that Hadley has learned from years of working with this programming language.

Ideal for developers, data scientists, and programmers with various backgrounds, this book starts you with the basics and shows you how to improve your...

Books  [Garrett Grolemund] Hands-On Programming with R: Write Your Own Functions and Simulations

  • Пользователь tttx
  • Дата
  • Books
5Kb5INV4TE-mgwI2xZY-Yg.png

ОПИСАНИЕ:

Learn how to program by diving into the R language, and then use your newfound skills to solve practical data science problems. With this book, you’ll learn how to load data, assemble and disassemble data objects, navigate R’s environment system, write your own functions, and use all of R’s programming tools.

RStudio Master Instructor Garrett Grolemund not only teaches you how to program, but also shows you how to get more from R than just visualizing and modeling data. You’ll gain valuable programming skills and support your work as a data scientist at the same time.
  • Work hands-on with three practical data analysis projects...

Books  [Max Kuhn, Julia Silge] Tidy Modeling with R: A Framework for Modeling in the Tidyverse

  • Пользователь tttx
  • Дата
  • Books
UyT-DzLRR4iyLg9tYVBgCg.png

ОПИСАНИЕ:

Get going with tidymodels, a collection of R packages for modeling and machine learning. Whether you're just starting out or have years of experience with modeling, this practical introduction shows data analysts, business analysts, and data scientists how the tidymodels framework offers a consistent, flexible approach for your work.

RStudio engineers Max Kuhn and Julia Silge demonstrate ways to create models by focusing on an R dialect called the tidyverse. Software that adopts tidyverse principles shares both a high-level design philosophy and low-level grammar and data structures, so learning one piece of the ecosystem makes it...

Books  [Roger D. Peng, Sean Kross, Brooke Anderson] Mastering Software Development in R

  • Пользователь tttx
  • Дата
  • Books
FNsYJRI7Tg2h0vUYBkqoAg.png

ОПИСАНИЕ:

The world of R has evolved substantially since its early days as a statistical computing language. As the field of data science has rocketed to the forefront of all areas of scientific and industry work, R has become the centerpiece language for doing data science. Through the contributions of a vibrant and highly active developer community, R has evolved to the point where it can be considered a software development language for developing robust, modular, and highly reusable software tools.

We begin by providing a rigorous introduction to the R language, and quickly move on to more advanced aspects like functional programming...

Books  [Hadley Wickham] Mastering Shiny: Build Interactive Apps, Reports, and Dashboards Powered by R

  • Пользователь tttx
  • Дата
  • Books
m6Q9wRDMQ9upcufmGR-r8g.png

ОПИСАНИЕ:

Master the Shiny web framework—and take your R skills to a whole new level. By letting you move beyond static reports, Shiny helps you create fully interactive web apps for data analyses. Users will be able to jump between datasets, explore different subsets or facets of the data, run models with parameter values of their choosing, customize visualizations, and much more.

Hadley Wickham from RStudio shows data scientists, data analysts, statisticians, and scientific researchers with no knowledge of HTML, CSS, or JavaScript how to create rich web apps from R. This in-depth guide provides a learning path that you can follow with...

Books  [Colin Fay, Sébastien Rochette, Vincent Guyader, Cervan Girard] Engineering Production-Grade Shiny Apps

  • Пользователь tttx
  • Дата
  • Books
hMMwXDd7SJmfIjcaeKtXwg.png

ОПИСАНИЕ:

From the Reviews


"[This book] contains an excellent blend of both Shiny-specific topics … and practical advice from software development that fits in nicely with Shiny apps. You will find many nuggets of wisdom sprinkled throughout these chapters…."

Eric Nantz, Host of the R-Podcast and the Shiny Developer Series (from the Foreword)

"[This] book is a gradual and pleasant invitation to the production-ready shiny apps world. It …exposes a comprehensive and robust workflow powered by the {golem} package. [It] fills the not yet covered gap between shiny app development and deployment in such a thrilling way that it may be read in one...

Books  [Hadley Wickham, Mine Çetinkaya-Rundel, Garrett Grolemund] R for Data Science, 2nd Edition: Visualize, Model, Transform, Tidy, and Import Data

  • Пользователь tttx
  • Дата
  • Books
8YDRmbCJTCOBSD7EO9RDaw.png

ОПИСАНИЕ:

Use R to turn data into insight, knowledge, and understanding. With this practical book, aspiring data scientists will learn how to do data science with R and RStudio, along with the tidyverseâ??a collection of R packages designed to work together to make data science fast, fluent, and fun. Even if you have no programming experience, this updated edition will have you doing data science quickly.

You'll learn how to import, transform, and visualize your data and communicate the results. And you'll get a complete, big-picture understanding of the data science cycle and the basic tools you need to manage the details. Updated for the...

Books  [Craig Starbuck] The Fundamentals of People Analytics: With Applications in R

  • Пользователь tttx
  • Дата
  • Books
abhsj3ZGStiM0EWv7nRwJQ.png

ОПИСАНИЕ:

People Analytics (also known as HR Analytics or Workforce Analytics) refers to the analysis of data from human resources (human capital) in conjunction with other company data. People Analytics is based on research fields such as social psychology, motivational psychology and behavioral science as well as business intelligence, predictive analytics and big data.

This open access book prepares current and aspiring analytics professionals to effectively address this need by curating key concepts spanning the entire analytics lifecycle, along with step-by-step instructions for their applications to real-world problems, using ubiquitous...

Зеркала проекта

Зеркала PirateHUB на случай блокировки основного адреса. Эти ссылки безопасны для использования. Также всегда актуальная ссылка доступна на этом сайте.

Рабочее s1 piratehub

Рабочее s2 piratehub

Рабочее s3 piratehub

Рабочее s4 piratehub

Недоступно в РФ openssource

Пользователи онлайн

  • onemoment
  • Ksyyyxa
  • Виктор Бакиров
  • kahovsky
  • ersten
  • egor621
  • Wildwind
  • Alex5353
  • levor
  • iir1999
  • Orlando Plumbum
  • pav2017
  • Vidmar
  • Blake555
  • Evgeniy G.
  • Zahar04
  • GK13
  • Overseere
  • Gilf
  • nsrwntjo
  • Manager
  • Capitan_MedoeD
  • ЖУК
  • foy
  • Andrew2609
  • Bukasch
  • DenisSh
  • alexey38
  • СКЛАДЧИК2020
  • 11sheglov
  • robot1
  • jxfbm7
  • HappyS.
  • 12se
  • Gemi Ni
  • Asgrad
  • Yuliya2190
  • Ажар
  • D1git
  • klikun
  • monyka
  • j66
  • gervik
  • Ann Marie
  • Zizerok
  • Superionleg
  • boberi72
  • ZeTKOMI
  • Alex21756
  • lumer1
...и ещё 123.

Отзывы о курсах

  • anvlas1
    Мне нравиться
  • SaOla
    Супер подборка!
  • Prism
    Весьма интересный материал, несмотря на то, что аналогичных курсов смотрела много, но некоторые моменты свежие для себя почерпнула. Наконец-то по анализу аудитории стало все на свои места. Понятно как делать и что с этим делать. Уроки не нудные, с хорошим разъяснением, в отличном качестве. Все по делу, без воды. Все-таки важно, когда одно и тоже подается разными людьми под разным углом. Спасибо больше за материал!
  • rufur
    .
  • kapjicon
    топчик, рекомендую.
  • Brittanyny
    Жалко тех, кто за этот курс на коленке денег заплатил. Настолько ленивый автор курса, что даже телефон, на который записывала "курс" не могла перевернуть горизонтально, приходится смотреть "профессионального" фотографа на айфон 6, может и старее в вертикальном формате, где она засыпает на ходу и все это перекрывается музычкой. А блог с практикой прекрасно показывает, что курсы могут делать все, даже моя тетя 65 лет поставила бы модель лучше, чем эта девушка, у которой не таланта, не знаний, не опыта.
  • and131259
    Семинар ценный
  • O.lga
    Курс понравился
  • Brittanyny
    Самая лучшая база по фотографии у Мартынова. Если вы хотите получить классическую основу знаний, которая применима к любой сфере фото или даже видео его смотреть обязательно. Человек обьясняет спокойно, понятно, без стандартного уже эго у фотографов инфо-цыган. что мол я самый крутой, а вы все никто. При том, что эти горе-фотографы в 99% не обладают ни талантом, ни знаниями.
  • Brittanyny
    Очень классный мастер класс. Фотограф спокойная, адекватная (редко последнее время найдешь не инфо цыгана с переоцененным чувством собственного достоинства), показывает, как простыми рекомендациями для пары можно сделать живые снимки.
Назад
Сверху