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