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.



Tags
#bayes #programming #r #statistics
Question
In R, how would you do a sequence from -2 to +2 in 0.1 increments?
Answer
x = seq( from = -2, to = 2, by = 0.1 ) .

Tags
#bayes #programming #r #statistics
Question
In R, how would you do a sequence from -2 to +2 in 0.1 increments?
Answer
?

Tags
#bayes #programming #r #statistics
Question
In R, how would you do a sequence from -2 to +2 in 0.1 increments?
Answer
x = seq( from = -2, to = 2, by = 0.1 ) .
If you want to change selection, open original toplevel document below and click on "Move attachment"

Parent (intermediate) annotation

Open it
Let’s arbitrarily select x values from −2to+2, separated by intervals of 0.1. We have R set up the list of x values by using the built-in sequence function: x = seq( from = -2, to = 2, by = 0.1 ) .

Original toplevel document (pdf)

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

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

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