دانلود کتاب R for Marketing Research and Analytics – R برای تحقیقات بازاریابی و تجزیه و تحلیل

دسته بندی :
اطلاعات کتاب
  • جلد
  • سری Use R!
  • ویرایش 2nd
  • سال 2019
  • نویسنده (گان) Chris Chapman, Elea McDonnell Feit
  • ناشر Springer
  • زبان English
  • تعداد صفحات 492
  • حجم فایل 14.78MB
  • فرمت فایل pdf
  • شابک 9783030143152
قیمت محصول :

45,000 تومان

با خرید این محصول، 2,250 تومان به کیف پول شما بازگشت داده می‌شود

روند خرید و دریافت کتاب‌ها بدون هیچ اختلالی انجام می‌شود.
تمامی فایل‌ها بر روی سرورهای داخلی میزبانی می‌شوند تا بتوانید به راحتی و در لحظه آن‌ها را دانلود کنید. در صورت بروز هرگونه مشکل یا نیاز به راهنمایی، لطفاً از طریق « صفحه تماس باما» با تیم پشتیبانی در ارتباط باشید.

تمامی کتاب های موجود در وبسایت سای وان به زبان انگلیسی میباشد

توضیحات

We are here to help you learn R for marketing research and analytics.

R is a great choice for marketing analysts. It offers unsurpassed capabilities for

fitting statistical models. It is extensible and able to process data from many

different systems, in a variety of forms, for both small and large data sets. The R

ecosystem includes the widest available range of established and emerging statistical

methods and visualization techniques. Yet its use in marketing lags other fields

such as statistics, econometrics, psychology, and bioinformatics. With your help,

we hope to change that!

This book is designed for two audiences: practicing marketing researchers and

analysts who want to learn R and students or researchers from other fields who wish

to review selected marketing topics in an R context.

What are the prerequisites? Simply that you are interested in R for marketing, are

conceptually familiar with basic statistical models such as linear regression, and are

willing to engage in hands-on learning. This book will be particularly helpful to

analysts who have some degree of programming experience and wish to learn R. In

Chap. 1, we describe additional reasons to use R (and a few reasons perhaps not to

use R).

The hands-on part is important. We teach concepts gradually in a sequence across

the first seven chapters and ask you to type our examples as you work; this book is

not a cookbook-style reference. We spend some time (as little as possible) in Part I

on the basics of the R language and then turn in Part II to applied, real-world

marketing analytics problems. Part III presents a few advanced marketing topics.

Every chapter shows the power of R, and we hope each one will teach you

something new and interesting.

Specific features of this book are:

It is organized around marketing research tasks. Instead of generic examples, we

put methods into the context of marketing questions.

We presume only basic statistics knowledge and use a minimum of mathematics.

This book is designed to be approachable for practitioners and does not

dwell on equations or mathematical details of statistical models (although we

give references to those texts).

This is a didactic book that explains statistical concepts and the R code. We

want you to understand what were doing and learn how to avoid common

problems in both statistics and R. We intend the book to be readable and to

fulfill a different need than references and cookbooks available elsewhere.

The applied chapters demonstrate progressive model building. We do not present

the answer but instead show how an analyst might realistically conduct

analyses in successive steps where multiple models are compared for statistical

strength and practical utility.

The chapters include visualization as a part of core analyses. We dont regard

visualization as a standalone topic; rather, we believe it is an integral part of data

exploration and model building.

You will learn more than just R. In addition to core models, we include topics

such as structural models and transaction analysis that may be new and useful

even for experienced analysts.

The book reflects both traditional and Bayesian approaches. Core models are

presented with traditional (frequentist) methods, while later sections introduce

Bayesian methods for linear models and conjoint analysis.

Most of the analyses use simulated data, which provides practice in the R

language along with additional insight into the structure of marketing data. If

you are inclined, you can change the data simulation and see how the statistical

models are affected.

Where appropriate, we call out more advanced material on programming or

models so that you may either skip it or read it, as you find appropriate. These

sections are indicated by * in their titles (such as This is an advanced section*).

What do we not cover? For one, this book teaches R for marketing and does not

teach marketing research in itself. We discuss many marketing topics but omit

others that would repeat analytic methods. As noted above, we approach statistical

models from a conceptual point of view and skip the mathematics. A few specialized

topics have been omitted due to complexity and space; these include

customer lifetime value models and econometric time series models. In the R

language, we do not cover the tidyverse (Sect. 1.5) because it is an optional part

of the language and would complicate the learning process. Overall, we believe the

topics here represent a great sample of marketing research and analytics practice. If

you learn to perform these, youll be well equipped to apply R in many areas of

marketing.

Why are we the right teachers? Weve used R and its predecessor S for a combined

35 years since 1997, and it is our primary analytics platform. We perform marketing

analyses of all kinds in R, ranging from simple data summaries to complex analyses

involving thousands of lines of custom code and newly created models.

Weve also taught R to many people. This book grew from courses the authors have

presented at American Marketing Association (AMA) events including the

Academy of Marketing Analytics at Emory University and several years of the

Advanced Research Techniques Forum (ART Forum). As noted in our

Acknowledgements below, we have taught R to students in many workshops at

universities and firms. At last count, more than 40 universities used the first edition

in their marketing analytics courses. All of these students and instructors experiences

have helped to improve the book.

This second edition focuses on making the book more useful for students,

self-learners, and instructors. The code has proven to be very stable. Except for one

line (updated at the books Web site), all of the code and examples from the first

edition still work more than four years later. We have added one chapter, and

otherwise, the marketing topics and statistical models are the same as in the first

edition. The primary changes in this edition are:

New exercises appear at the end of each chapter. Several of these use real-world

data, and there are example solutions at the books Web site.

A new chapter discusses analysis of behavior sequences (Chap. 14) using

Markov chains. These methods are applicable to many sources of behavioral and

other data comprising sequences of discrete events, such as application usage,

purchases, and life events, as well as non-marketing data including physical

processes and genomic sequences. We use a published Web server log file to

demonstrate the methods applied to real data.

Classroom slides are available for instructors and self-learners at the books

Web site. These include the slides themselves, the raw code that they discuss,

and Rmarkdown and LaTeX files that generate the slides and may be edited for

your own use.

For our various data sets, we present additional details about how such data

might be acquired. For example, when a data set represents consumer survey

data, we describe how the data might be gathered and a brief description of

typical survey items.

A new appendix describes options for reproducible research in R and explains

the basics of R Notebooks (Appendix B). R Notebooks are a simple yet powerful

way to create documents in R with integrated code, graphics, and formatted

text. They may be used to create documents as simple as homework exercises,

or as complex as final deliverable reports for clients, with output in HTML,

PDF, or Microsoft Word formats.

We have updated other content as needed. This includes additional explanations,

code, and charts where warranted; up-to-date references; and correction of

minor errors.

————————————————————–

ترجمه ماشینی :

ما در اینجا هستیم تا به شما در یادگیری R برای تحقیقات بازاریابی و تجزیه و تحلیل کمک کنیم.

R یک انتخاب عالی برای تحلیلگران بازاریابی است. این قابلیت های بی نظیر را برای

مدل های آماری مناسب. قابل توسعه و قادر به پردازش داده ها از بسیاری است

سیستم های مختلف ، به اشکال مختلف ، برای هر دو مجموعه داده های کوچک و بزرگ. r

اکوسیستم شامل وسیع ترین دامنه موجود آماری تأسیس و نوظهور است

روشها و تکنیک های تجسم. با این حال ، استفاده از آن در بازاریابی زمینه های دیگر را به خود اختصاص می دهد

مانند آمار ، اقتصاد سنجی ، روانشناسی و بیوانفورماتیک. با کمک شما ،

ما امیدواریم که آن را تغییر دهیم!

این کتاب برای دو مخاطب طراحی شده است: تمرین محققان بازاریابی و

تحلیلگرانی که می خواهند R و دانشجویان یا محققان را از سایر زمینه هایی که مایل هستند یاد بگیرند

برای بررسی مباحث بازاریابی منتخب در یک زمینه R.

پیش نیازها چیست؟ به سادگی که شما به R برای بازاریابی علاقه دارید ، هستند

از نظر مفهومی با مدلهای آماری اساسی مانند رگرسیون خطی آشنا است و هستند

مایل به درگیر شدن در یادگیری دستی. این کتاب مخصوصاً مفید خواهد بود

تحلیلگرانی که دارای درجه ای از تجربه برنامه نویسی هستند و مایل به یادگیری R. در هستند

بخش 1 ، ما دلایل دیگری را برای استفاده از r (و چند دلیل شاید نداشته باشیم

کاربر).

قسمت دستی مهم است. ما مفاهیم را به تدریج در یک دنباله آموزش می دهیم

هفت فصل اول و از شما می خواهد که نمونه های ما را هنگام کار تایپ کنید. این کتاب است

یک مرجع به سبک کتاب آشپزی نیست. ما در قسمت اول مدتی (تا حد ممکن کم) می گذرانیم

در مورد اصول زبان R و سپس قسمت دوم را به دنیای واقعی تبدیل کنید.

مشکلات تحلیلی بازاریابی. قسمت سوم چند موضوع پیشرفته بازاریابی را ارائه می دهد.

هر فصل قدرت R را نشان می دهد ، و امیدواریم که هرکدام به شما یاد دهند

چیزی جدید و جالب

ویژگی های خاص این کتاب عبارتند از:

این امر در مورد کارهای تحقیقاتی بازاریابی سازماندهی شده است. به جای نمونه های عمومی ، ما

روشها را در متن سؤالات بازاریابی قرار دهید.

ما فقط دانش آمار اساسی را فرض می کنیم و از حداقل ریاضیات استفاده می کنیم.

این کتاب به گونه ای طراحی شده است که برای پزشکان قابل دسترسی باشد و این کار را نمی کند

در معادلات یا جزئیات ریاضی مدلهای آماری زندگی کنید (اگرچه ما

به آن متون مراجعه کنید).

این یک کتاب آموزشی است که مفاهیم آماری و کد R را توضیح می دهد. ما

می خواهم بفهمید چه کاری انجام شده و یاد می گیرید که چگونه از مشترک جلوگیری کنید

مشکلات در هر دو آمار و R. ما قصد داریم کتاب قابل خواندن باشد و

نیاز متفاوتی نسبت به منابع و کتابهای آشپزی موجود در جای دیگر برآورده کنید.

فصل های کاربردی ساختمان مدل مترقی را نشان می دهد. ما ارائه نمی دهیم

پاسخ اما در عوض نشان می دهد که چگونه یک تحلیلگر ممکن است واقع بینانه انجام دهد

تجزیه و تحلیل در مراحل پی در پی که چندین مدل برای آماری مقایسه می شوند

قدرت و ابزار عملی.

این فصل ها شامل تجسم به عنوان بخشی از تجزیه و تحلیل اصلی است. ما توجه نمی کنیم

تجسم به عنوان یک موضوع مستقل ؛ در عوض ، ما معتقدیم که این بخشی جدایی ناپذیر از داده ها است

اکتشاف و ساخت مدل.

شما علاوه بر مدل های اصلی ، بیش از R. را یاد خواهید گرفت ، ما موضوعات را درج می کنیم

مانند مدل های ساختاری و تجزیه و تحلیل معامله که ممکن است جدید و مفید باشد

حتی برای تحلیلگران باتجربه.

این کتاب هم رویکردهای سنتی و هم بیزی را منعکس می کند. مدل های اصلی هستند

با روشهای سنتی (مکرر) ارائه شده است ، در حالی که بخش های بعدی معرفی می کنند

روشهای بیزی برای مدل های خطی و تجزیه و تحلیل ترکیب.

بیشتر تجزیه و تحلیل ها از داده های شبیه سازی شده استفاده می کنند ، که در R تمرین را ارائه می دهد

زبان به همراه بینش اضافی در مورد ساختار داده های بازاریابی. اگر

شما تمایل دارید ، می توانید شبیه سازی داده ها را تغییر دهید و ببینید که چگونه آماری

مدل ها تحت تأثیر قرار می گیرند.

در صورت لزوم ، ما مواد پیشرفته تری را در مورد برنامه نویسی یا

مدل ها به گونه ای که ممکن است آن را پرش کنید یا آن را بخوانید ، همانطور که مناسب است. اینها

بخش ها توسط * در عناوین آنها نشان داده شده است (مانند این یک بخش پیشرفته *).

چه چیزی را پوشش نمی دهیم؟ برای یک ، این کتاب R را برای بازاریابی آموزش می دهد و این کار را نمی کند

تحقیقات بازاریابی را به خودی خود آموزش دهید. ما در مورد بسیاری از موضوعات بازاریابی بحث می کنیم اما حذف می شویم

دیگران که روشهای تحلیلی را تکرار می کنند. همانطور که در بالا ذکر شد ، ما به آماری نزدیک می شویم

مدل ها از دیدگاه مفهومی و پرش از ریاضیات. چند تخصصی

مباحث به دلیل پیچیدگی و فضا حذف شده اند. این شامل

مدل های ارزش طول عمر مشتری و مدل های سری زمانی اقتصاد سنجی. در R

زبان ، ما Tidyverse (بخش 1.5) را پوشش نمی دهیم زیرا این یک بخش اختیاری است

از زبان


 

tag : دانلود کتاب R برای تحقیقات بازاریابی و تجزیه و تحلیل , Download R برای تحقیقات بازاریابی و تجزیه و تحلیل , دانلود R برای تحقیقات بازاریابی و تجزیه و تحلیل , Download R for Marketing Research and Analytics Book , R برای تحقیقات بازاریابی و تجزیه و تحلیل دانلود , buy R برای تحقیقات بازاریابی و تجزیه و تحلیل , خرید کتاب R برای تحقیقات بازاریابی و تجزیه و تحلیل , دانلود کتاب R for Marketing Research and Analytics , کتاب R for Marketing Research and Analytics , دانلود R for Marketing Research and Analytics , خرید R for Marketing Research and Analytics , خرید کتاب R for Marketing Research and Analytics ,

نقد و بررسی‌ها

هنوز بررسی‌ای ثبت نشده است.

اولین کسی باشید که دیدگاهی می نویسد “دانلود کتاب R for Marketing Research and Analytics – R برای تحقیقات بازاریابی و تجزیه و تحلیل”