دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش: [2 ed.]
نویسندگان: Massimiliano Porto
سری:
ISBN (شابک) : 303135043X, 9783031350436
ناشر: Springer
سال نشر: 2023
تعداد صفحات: 176
[172]
زبان: English
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 4 Mb
در صورت تبدیل فایل کتاب Using R for Trade Policy Analysis: R Codes for the UNCTAD and WTO Practical Guide به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب استفاده از R برای تحلیل سیاست تجاری: کدهای R برای راهنمای عملی UNCTAD و WTO نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
این کتاب بهترین شیوه های UNCTAD و WTO را برای تجزیه و تحلیل تجارت به جامعه کاربران R توضیح می دهد. این نشان میدهد که چگونه میتوان کدهای Stata UNCTAD و WTO را در راهنمای عملی تحلیل سیاست تجاری با استفاده از R تکرار کرد. کاربردها و تمرینها از راهنمای عملی تحلیل سیاست تجاری انتخاب شدهاند و نحوه پیادهسازی کدها در R را توضیح میدهند. کتابها خوانندگانی را هدف قرار می دهند که دانش اولیه R را دارند. این کتاب به ویژه برای کاربران Stata مناسب است. این نسخه به روز شده و گسترش یافته است تا شامل کدهای به روز شده R و ابزارهای تجسم شود.
This book explains the best practices of the UNCTAD & WTO for trade analysis to the R users community. It shows how to replicate the UNCTAD & WTO\'s Stata codes in the Practical Guide to Trade Policy Analysis by using R. Applications and exercises are chosen from the Practical Guide to Trade Policy Analysis and explain how to implement the codes in R. This books targets readers with a basic knowledge of R. It is particularly suitable for Stata users. This edition has been updated and expanded to include updated R code and visualization tools.
Preface to the Second Edition Contents List of Figures List of Tables 1 Introduction to R 1.1 Installing R 1.2 Installing RStudio 1.3 Introduction to RStudio 1.3.1 Launching a New Project 1.3.2 Opening an R Script 1.4 Packages to Install 1.4.1 How to Install a Package 1.4.2 How to Load a Package 1.5 Good Practice and Notation 1.5.1 How to Read the Code 1.6 8 Key-Points Regarding R 1.6.1 The Assignment Operator 1.6.2 The Class of Objects 1.6.3 Case Sensitiveness 1.6.4 The c() Function 1.6.5 The Square Bracket Operator [ ] 1.6.6 Loop, Vectorization, and the apply() Family Functions 1.6.7 Functions 1.6.8 Errors Syntax Errors class() Type Errors Warning Message No-Error Message Error 1.7 Two Examples with R 1.7.1 An Overview of R with a Step by Step Example 1.7.2 Main Data Management Operations Reshaping Data Set Wide-Long Working with Strings case_when() (if else) Grouping by One or More Variables Merging Data Sets Aggregating Data Detecting Missing Values Creating Lag Variables Subsetting a Data Frame 1.8 Retrieve the Data Sets from the WTO 2 Analyzing Trade Flows 2.1 Openness Across Countries 2.2 Geographical Orientation of Exports 2.3 Sectoral Orientation of Exports 2.4 Overlap Trade and Similarity Index 2.5 Terms of Trade 2.6 Intensive and Extensive Margins 3 Analyzing Trade Tariffs 3.1 Summary of Tariff Statistics 3.2 Determinants of Tariffs 3.3 Analyzing Preferential Market Access 4 The Gravity Model of Trade 4.1 Building the Database 4.2 Estimating the Gravity Model 4.3 Exporting Regression Output A Interactive Dashboard with R Shiny A.1 User Interface A.2 Server Logic A.3 Run the Application B Additional Code for Chap.4: Conditional Replacement with Nested Loop Bibliography Index