R/ma.R

Defines functions ma

Documented in ma

#' Major axis estimation and testing for one or several samples
#'
#' @param ... arguments passed to sma()
#'
#' @export

ma <- function(...){
  sma(..., method="MA")
  }
dfalster/smatr3 documentation built on Aug. 30, 2022, 5:25 a.m.