Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



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?
Answer
?

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 it
To 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]13213

Original toplevel document (pdf)

owner: shihabdider - (no access) - Doing Bayesian Data Analysis, p48

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.