プレゼン・ポスターで自分の研究を「伝える」 (How to do technical oral/poster presentation)Toshihiko Yamasaki
MIRU2020若手プログラム招待講演のスライドを一般公開用にアレンジしたものです。日本語で書かれています。下記の点にご注意ください
・セリフが伴ってないので内容は限定的です
・著作権等に配慮しているので中身は結構無味乾燥です。
This is an arranged version of my invited talk at MIRU 2020 young researchers' forum. This is written in Japanese.
NagoyaStat #9 で使用した資料です(公開に当たって口頭の内容を補完したものになります)。
「StanとRでベイズ統計モデリング」の第7章になります。
内容は単に回帰分析を行うだけではダメなケースについての取り扱い方について、著者の流儀について理解しようというものになります。
---
The title of textbook is "Bayesian statistical modeling with Stan and R", and that of Chapter 7 in textbook is "Troublesome situation in regression analysys" in English.
プレゼン・ポスターで自分の研究を「伝える」 (How to do technical oral/poster presentation)Toshihiko Yamasaki
MIRU2020若手プログラム招待講演のスライドを一般公開用にアレンジしたものです。日本語で書かれています。下記の点にご注意ください
・セリフが伴ってないので内容は限定的です
・著作権等に配慮しているので中身は結構無味乾燥です。
This is an arranged version of my invited talk at MIRU 2020 young researchers' forum. This is written in Japanese.
NagoyaStat #9 で使用した資料です(公開に当たって口頭の内容を補完したものになります)。
「StanとRでベイズ統計モデリング」の第7章になります。
内容は単に回帰分析を行うだけではダメなケースについての取り扱い方について、著者の流儀について理解しようというものになります。
---
The title of textbook is "Bayesian statistical modeling with Stan and R", and that of Chapter 7 in textbook is "Troublesome situation in regression analysys" in English.
This document discusses executing SQL queries and making plugins in KH Coder. It provides an overview of KH Coder and its capabilities for quantitative content analysis, text mining, and computational linguistics. It then demonstrates how to execute SQL queries directly in KH Coder to bypass search functions or automate processes using plugins. Sample plugin code is shown. Tables in the KH Coder MySQL database are outlined, including the structure of key tables like words and lemmas.
Example of Using R #1: Exporting the Result of Correspondence Analysiskhcoder
This document provides instructions for exporting the results of a correspondence analysis from KH Coder as an R file and CSV file. It explains how to save the correspondence analysis results as an R source file, then open R and execute the file to recreate the plot. It also describes how to export the X-Y coordinates from the plot as a CSV file that can be opened in other programs like SPSS to recreate the graph.
Quick Start Tutorial of KH Coder 2: Quantitative Content Analysis or Text Min...khcoder
This document provides a quick start tutorial for using KH Coder, a free software for quantitative content analysis and text mining of English language data. It outlines steps for configuring KH Coder for English, preparing a project using an English novel as sample text, performing preprocessing and analyzing word frequencies. It also demonstrates methods for exploring word co-occurrences, identifying distinctive words in chapters, and using coding rules to count concepts and perform cross tabulation of codes. The goal is to analyze themes and characteristics of each chapter in the novel.