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
44 Doing Bayesian Data Analysis > seq( from=0 , by=0.5 , length.out=7 ) # end not specified [1] 0.0 0.5 1.0 1.5 2.0 2.5 3.0 > seq( from=0 , to=3 , length.out=7 ) # increment not specified [1] 0.0 0.5 1.0 1.5 2.0 2.5 3.0 > seq( to=3 , by=0.5 , length.out=7 ) # start 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, p46


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.