Description Usage Arguments Value Examples
View source: R/DECODER_function.R
This function is used to fit monotonous smooth spline.
1 |
x |
the independent variables |
y |
the dependent variables |
k |
number of knots. Default=8 |
lower |
the lower bound of spline. Default=NA |
upper |
the upper bound of spline. Default=NA |
sm |
smooth condition |
p |
spline |
1 2 3 4 | ## Not run:
fv<-mspline(anchor.bulk,anchor.locus,k=8)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.