##' @title Fits Segmented Linear Regression Models
##'
##' @description Fits Segmented Linear Regression Models.
##'
##' @docType package
##' @name Regrans-package
NULL
##' Simulated data
##'
##' A simple simulated data just for a good example.
##'
##' @name simdata
##' @docType data
##' @format a data frame with 50 rows and 2 columns:
##' \itemize{
##' \item x: explanatory variable.
##' \item y: response variable.
##' }
##' @keywords datasets
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.