-1
を記録異なるカテゴリレベルの要因のテーブルを作成するには、私のコードは、テーブルを作成しようとしている。Rここでは線形モデル
table <- data.frame(expand.grid(
health = factor(c("support", "oppose"), levels = c("support", "oppose")), +
information = factor(c("support", "oppose"), levels = c("support", "oppose")), +
gender = factor(c("male", "female"), levels = c("support", "oppose")),
count = c(76, 160, 6, 25, 114, 181, 11, 48)))
Rはunexpected '=' after info
を言っています。私の教授はクラスでこのような例を示し、コードは機能しました。私は