R/TensorTest2D.R

#'
#' @title The TensorTest2D Package
#'
#' @description \kbd{TensorTest2D} is a tool used to fit second-order tensor type data.
#'
#' @details
#' This package contains functions for fitting generalized linear models on second-order tensor type data.
#'
#' It mainly focus on parameter estimation, including parameter coefficients and standard deviation.
#'
#' Currently, this package includes generalized linear models with \kbd{identity link} (Regression),
#' \kbd{logit link} (Logistic regression), and \kbd{log link} (Poisson regression).
#'
#' For a complete list of functions, use \kbd{help(package = TensorTest2D)}.
#'
#' @docType package
#'
#' @author
#' Sheng-Mao Chang \email{smchang110@gm.ntpu.edu.tw}
#'
#' Wenbin Lu \email{wlu4@ncsu.edu}
#'
#' Jung-Ying Tzeng \email{jytzeng@ncsu.edu}
#'
#' Ping-Yang Chen \email{pychen.ping@gmail.com}
#'
#' Maintainer: Mark Chen \email{l501l501l@gmail.com}
#'
#' @name TensorTest2D
#' @aliases TensorTest2D-package
#'
NULL

Try the TensorTest2D package in your browser

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

TensorTest2D documentation built on Sept. 11, 2024, 5:34 p.m.