Description Usage Arguments Value Examples
Allows graceful operations with mathematical functions.
1 2 |
x |
A numerical object flagged as |
... |
Passed on to further methods (but usually not required) |
A numeric object with the results of the computations, but NOT flagged
as of class "fractional"
.
1 2 | (M <- fractional(solve(cbind(1, contr.helmert(5)))))
(M0 <- abs(M)*sign(M)) ## fractional flag lost
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.