.datSlope | R Documentation |
This function allows to model a linear regression and optionally to plot the results
.datSlope(
dat,
typeOfPlot = "sort",
toNinX = FALSE,
plotData = FALSE,
silent = FALSE,
debug = FALSE,
callFrom = NULL
)
dat |
(vector or matrix) main input |
typeOfPlot |
(character) |
toNinX |
(logical) |
plotData |
(logical) |
silent |
(logical) suppress messages |
debug |
(logical) display additional messages for debugging |
callFrom |
(character) allow easier tracking of messages produced |
numeric vector with intercept and slope, optional plot
append
; lrbind
.datSlope(c(3:6))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.