Tags
#bayes #programming #r #statistics
Question
How can you see the integer indices of a factor?
Answer
ask R to show us the factor as a numeric vector: > as.numeric(xf) [1]13213
Tags
#bayes #programming #r #statistics
Question
How can you see the integer indices of a factor?
Tags
#bayes #programming #r #statistics
Question
How can you see the integer indices of a factor?
Answer
ask R to show us the factor as a numeric vector: > as.numeric(xf) [1]13213
If you want to change selection, open original toplevel document below and click on "Move attachment"
Parent (intermediate) annotation
Open itTo see the integer indices of the levels explicitly, we can ask R to show us the factor as a numeric vector: > as.numeric(xf) [1]13213Original toplevel document (pdf)
owner:
shihabdider - (no access) - Doing Bayesian Data Analysis, p48
Summary
status | not learned | | measured difficulty | 37% [default] | | last interval [days] | |
---|
repetition number in this series | 0 | | memorised on | | | scheduled repetition | |
---|
scheduled repetition interval | | | last repetition or drill | | | | |
---|
Details
No repetitions