ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

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


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Data Visualization and Analysis in Second Language Research

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

Data Visualization and Analysis in Second Language Research

مشخصات کتاب

Data Visualization and Analysis in Second Language Research

دسته بندی: زبانشناسی
ویرایش: 1 
نویسندگان:   
سری: Second Language Acquisition Research Series 
ISBN (شابک) : 0367469618, 9780367469610 
ناشر: Routledge 
سال نشر: 2021 
تعداد صفحات: 287 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 6 مگابایت 

قیمت کتاب (تومان) : 45,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 11


در صورت تبدیل فایل کتاب Data Visualization and Analysis in Second Language Research به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

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


توضیحاتی در مورد کتاب تجسم و تحلیل داده ها در پژوهش زبان دوم

این مقدمه بر تکنیک های تجسم و مدل های آماری برای تحقیقات زبان دوم بر سه نوع داده (پیوسته، باینری و اسکالر) متمرکز است و به خوانندگان کمک می کند تا مدل های رگرسیون را به طور کامل درک کنند و آنها را در کار خود به کار ببرند. گارسیا پوشش پیشرفته ای از تجزیه و تحلیل بیزی، داده های شبیه سازی شده، تمرین ها، کد اسکریپت قابل پیاده سازی و راهنمایی های عملی در مورد آخرین بسته های نرم افزار R ارائه می دهد. این کتاب، همچنین مزایای حوزه L2 این نوع کار آماری را نشان می‌دهد، منبعی برای دانشجویان تحصیلات تکمیلی و محققان در فراگیری زبان دوم، زبان‌شناسی کاربردی و زبان‌شناسی پیکره‌ای است که به تجزیه و تحلیل داده‌های کمی علاقه دارند.


توضیحاتی درمورد کتاب به خارجی

This introduction to visualization techniques and statistical models for second language research focuses on three types of data (continuous, binary, and scalar), helping readers to understand regression models fully and to apply them in their work. Garcia offers advanced coverage of Bayesian analysis, simulated data, exercises, implementable script code, and practical guidance on the latest R software packages. The book, also demonstrating the benefits to the L2 field of this type of statistical work, is a resource for graduate students and researchers in second language acquisition, applied linguistics, and corpus linguistics who are interested in quantitative data analysis.



فهرست مطالب

Cover
Half Title
Series Page
Title Page
Copyright Page
Contents
List of Figures
List of Tables
List of Code Blocks
Acknowledgments
Preface
Part I Getting Ready
	1 Introduction
		1.1 Main Objectives of This Book
		1.2 A Logical Series of Steps
			1.2.1 Why Focus on Data Visualization Techniques?
			1.2.2 Why Focus on Full-Fledged Statistical Models?
		1.3 Statistical Concepts
			1.3.1 p-Values
			1.3.2 Effect Sizes
			1.3.3 Confidence Intervals
			1.3.4 Standard Errors
			1.3.5 Further Reading
	2 R Basics
		2.1 Why R?
		2.2 Fundamentals
			2.2.1 Installing R and RStudio
			2.2.2 Interface
			2.2.3 R Basics
		2.3 Data Frames
		2.4 Reading Your Data
			2.4.1 Is Your Data File Ready?
			2.4.2 R Projects
			2.4.3 Importing Your Data
		2.5 The Tidyverse Package
			2.5.1 Wide-to-Long Transformation
			2.5.2 Grouping, Filtering, Changing, and Summarizing Data
		2.6 Figures
			2.6.1 Using Ggplot2
			2.6.2 General Guidelines for Data Visualization
		2.7 Basic Statistics in R
			2.7.1 What’s Your Research Question?
			2.7.2 t-Tests and ANOVAs in R
			2.7.3 A Post-Hoc Test in R
		2.8 More Packages
		2.9 Additional Readings on R
		2.10 Summary
		2.11 Exercises
Part II Visualizing the Data
	3 Continuous Data
		3.1 Importing Your Data
		3.2 Preparing Your Data
		3.3 Histograms
		3.4 Scatter Plots
		3.5 Box Plots
		3.6 Bar Plots and Error Bars
		3.7 Line Plots
		3.8 Additional Readings on Data Visualization
		3.9 Summary
		3.10 Exercises
	4 Categorical Data
		4.1 Binary Data
		4.2 Ordinal Data
		4.3 Summary
		4.4 Exercises
	5 Aesthetics: Optimizing Your Figures
		5.1 More on Aesthetics
		5.2 Exercises
Part III Analyzing the Data
	6 Linear Regression
		6.1 Introduction
		6.2 Examples and Interpretation
			6.2.1 Does Hours Affect Scores?
			6.2.2 Does Feedback Affect Scores?
			6.2.3 Do Feedback and Hours Affect Scores?
			6.2.4 Do Feedback and Hours Interact?
		6.3 Beyond the Basics
			6.3.1 Comparing Models and Plotting Estimates
			6.3.2 Scaling Variables
		6.4 Summary
		6.5 Exercises
	7 Logistic Regression
		7.1 Introduction
			7.1.1 Defining the Best Curve in a Logistic Model
			7.1.2 A Family of Models
		7.2 Examples and Interpretation
			7.2.1 Can Reaction Time Differentiate Learners and Native Speakers?
			7.2.2 Does Condition Affect Responses?
			7.2.3 Do Proficiency and Condition Affect Responses?
			7.2.4 Do Proficiency and Condition Interact?
		7.3 Summary
		7.4 Exercises
	8 Ordinal Regression
		8.1 Introduction
		8.2 Examples and Interpretation
			8.2.1 Does Condition Affect Participants’ Certainty?
			8.2.2 Do Condition and L1 Interact?
		8.3 Summary
		8.4 Exercises
	9 Hierarchical Models
		9.1 Introduction
		9.2 Examples and Interpretation
			9.2.1 Random-Intercept Model
			9.2.2 Random-Slope and Random-Intercept Model
		9.3 Additional Readings on Regression Models
		9.4 Summary
		9.5 Exercises
	10 Going Bayesian
		10.1 Introduction to Bayesian Data Analysis
			10.1.1 Sampling From the Posterior
		10.2 The RData Format
		10.3 Getting Ready
		10.4 Bayesian Models: Linear and Logistic Examples
			10.4.1 Bayesian Model A: Feedback
			10.4.2 Bayesian Model B: Relative Clauses with Prior Specifications
		10.5 Additional Readings on Bayesian Inference
		10.6 Summary
		10.7 Exercises
	11 Final Remarks
Appendix A: Troubleshooting
	A.1 Versions of R and RStudio
	A.2 Different Packages, Same Function Names
	A.3 Errors
	A.4 Warnings
	A.5 Plots
Appendix B: RStudio Shortcuts
Appendix C: Symbols and Acronyms
Appendix D: Files Used in This Book
Appendix E: Contrast Coding
Appendix F: Models and Nested Data
Glossary
References
Subject Index
Function Index




نظرات کاربران