{{$t('product.price.discount_rental')}}
あと{{ rentaled.limit }}{{ rentaled.period }}まで
{{$t('product.title_works.limit_sales')}} {{ product.discount_rate == 100 ? $t('product.title_works.only_now_free') : product.discount_rate + '%OFF' }}
{{ product.discount_rate == 100 ? $t('product.title_works.only_now_free') : product.discount_rate + '%OFF' }}
{{ $t('product.price.til', [product.discount_end_date]) }}{{ $t('product.price.point_return', [product.product_point_rate]) }}
{{ product.discount_rate == 100 ? $t('product.title_works.only_now_free') : product.discount_rate + '%OFF' }}
{{ $t('product.price.til', [product.discount_end_date]) }}{{ $t('product.price.point_return', [product.product_point_rate]) }}
Discontinuado
*Login required.
Want to pay with credit card alternatives?Points can be used to buy ANY product on DLsite.
{{ rental.price | number_format }}JPY
{{ real_price | number_format }}JPY
Versión de prueba | Formato PDF(2.33MB) | DL |
---|
Bono de compra
{{ gift.title }}
Disponible hasta {{ gift.distribute_end_str }}
{{ coupon.coupon_name }}
Disponible hasta {{ coupon.end_date_str }}
Fecha de Caducidad:{{ coupon.user_limit_date }}
Fecha de Caducidad:{{ coupon.limit_days_day }} días después de la compra
{{ bonus.title }}
Disponible hasta {{ bonus.end_date_str }}
Descargar | Transmisión | |
---|---|---|
PC | ||
Smartphone |
Windows | - |
---|---|
Mac | - |
iOS | - |
Android | - |
Misceláneos | - |
【注意】現在、本書で紹介している方法ではツイッター(いわゆるX)のデータを取得することはできません。R、Excel VBA、KH Coderの解説書としてお読みください。
RとExcelとKH Coderを駆使して用いるツイッター分析。弊サークルが提唱する「リツイート分析」の方法も伝授します。
まえがき
第1章 ツイッター分析の下準備
1.1 はじめに
1.2 Rの導入
1.3 twitteRの導入
1.4 KH Coderの導入
1.5 MeCabの導入
1.6 mecab-ipadic-NEologdのインストール
1.7 mecab-ipadic-NEologdのアップデート
第2章 ツイッター分析のためのRコマンド入門
2.1 はじめに
2.2 grepコマンド
2.3 gsubコマンド
第3章 twitteRによるデータの入手
3.1 はじめに
3.2 特定アカウントのデータの取得
3.3 特定ワードのデータの取得
3.4 データの変換
3.5 userTimelineのデータを日付で絞り込む
3.6 CSVに出力し、Excelに取り込む
第4章 リツイート調査
4.1 はじめに
4.2 searchTwitterでリツイートを検索できる?
4.3 複数のアカウントのリツイートデータを取得する
4.4 データの作成
4.4 KH Coderによる分析
4.5 観測する対象が多いときは
4.6 ところで、データ取得用のコマンドはどうやって作る?
第5章 Excel VBAによるデータの整形
5.1 はじめに
5.2 ツイートの中身はどうなっている?
5.3 Excel VBAを用いて絵文字・リンクを補正する
5.4 ハッシュタグの抽出
5.5 ツイート半角・小文字にする
5.6 リツイートはどうする?
5.7 リツイートのリツイート部分を消去する
5.8 KH Coderで読み込める形式にするために