Description Usage Arguments Details Value Examples
Function to replicate multiplication in Stan
1  | x %stan*% y
 | 
x | 
 First term in product  | 
y | 
 Second term in product  | 
Accepts arguments x and y. If either is a singleton, returns the value of x*y (in R notation). If both arguments are matrices or vectors, returns x
Returns an object of the same type as the base
1 2 3 4 5 6 7 8  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.