Tags
#bayes #programming #r #statistics
Question
How does R handle scalar operations?
Answer
R automatically applies a scalar operation to all elements of a vector. For example: > 2 * c(1,2,3) [1]246 > 2 + c(1,2,3) [1]345
Tags
#bayes #programming #r #statistics
Question
How does R handle scalar operations?
Tags
#bayes #programming #r #statistics
Question
How does R handle scalar operations?
Answer
R automatically applies a scalar operation to all elements of a vector. For example: > 2 * c(1,2,3) [1]246 > 2 + c(1,2,3) [1]345
If you want to change selection, open original toplevel document below and click on "Move attachment"
Parent (intermediate) annotation
Open itR automatically applies a scalar operation to all elements of a vector. For example: > 2 * c(1,2,3) [1]246 > 2 + c(1,2,3) [1]345Original toplevel document (pdf)
owner:
shihabdider - (no access) - Doing Bayesian Data Analysis, p45
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