R/Smisc-package.R

##' Smisc: Sego Miscellaneous
##'
##' A collection of functions for statistical computing, data manipulation, and visualization
##'
##' \tabular{ll}{
##' Package: \tab Smisc\cr
##' Type: \tab Package\cr
##' Version: \tab 0.3.9\cr
##' Date: \tab 2017-11-20\cr
##' License: \tab BSD_3_clause + file LICENSE\cr
##' }
##'
##' @name Smisc-package
##'
##' @aliases Smisc
##'
##' @docType package
##'
##' @useDynLib Smisc, .registration = TRUE
##'
##' @importFrom graphics abline axis axis.POSIXct legend lines par plot plot.default points
##' @importFrom grDevices rainbow
##' @importFrom methods is
##' @importFrom stats approx dbinom fft integrate optimize pbeta pbinom rpois uniroot var
##' @importFrom utils head read.csv tail
##'
##' @author Landon Sego
##'
##' Maintainer: Landon Sego <LHS@byu.net>
##'
##' @keywords package
##'
##' @examples
##' help(package = Smisc)
NULL

Try the Smisc package in your browser

Any scripts or data that you put into this service are public.

Smisc documentation built on May 2, 2019, 2:46 a.m.