#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
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details