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.



#bayes #programming #r #statistics
The sequence function, seq, is very handy for creating vectors that consist of regular sequences of numbers. In its basic form, the user specifies the starting value of the sequence, the ending value, and the increment between successive values, like this: > seq( from=0 , to=3 , by=0.5 ) # length not specified [1] 0.0 0.5 1.0 1.5 2.0 2.5 3.0
If you want to change selection, open document below and click on "Move attachment"

pdf

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


Summary

statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

Details



Discussion

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