2
0
Fork 0

- wip: reviewing and fixing doc.

This commit is contained in:
Daniel Kapla 2019-12-20 09:41:27 +01:00
parent 5d3a0ca18d
commit 423ac41d2e
4 changed files with 6 additions and 4 deletions

View File

@ -200,7 +200,7 @@ rlaplace <- function(n = 1, mu = 0, sd = 1) {
#' location 0, shape-parameter 1, and the scale-parameter is chosen such that #' location 0, shape-parameter 1, and the scale-parameter is chosen such that
#' \eqn{Var(\epsilon) = 0.25}. #' \eqn{Var(\epsilon) = 0.25}.
#' #'
#' @references Fertl Lukas, Bura Efstathia. (2019), Conditional Variance #' @references Fertl, L. and Bura, E. (2019), Conditional Variance
#' Estimation for Sufficient Dimension Reduction. Working Paper. #' Estimation for Sufficient Dimension Reduction. Working Paper.
#' #'
#' @import stats #' @import stats

View File

@ -3,7 +3,8 @@
#' Prints a summary statistics of output \code{L} from \code{cve} for #' Prints a summary statistics of output \code{L} from \code{cve} for
#' \code{k = min.dim, ..., max.dim}. #' \code{k = min.dim, ..., max.dim}.
#' #'
#' @param object Instance of \code{"cve"} as returned by \code{\link{cve}}. #' @param object an object of class \code{"cve"}, usually, a result of a call to
#' \code{\link{cve}} or \code{\link{cve.call}}.
#' @param ... ignored. #' @param ... ignored.
#' #'
#' @examples #' @examples

View File

@ -122,6 +122,6 @@ location 0, shape-parameter 1, and the scale-parameter is chosen such that
} }
\references{ \references{
Fertl Lukas, Bura Efstathia. (2019), Conditional Variance Fertl, L. and Bura, E. (2019), Conditional Variance
Estimation for Sufficient Dimension Reduction. Working Paper. Estimation for Sufficient Dimension Reduction. Working Paper.
} }

View File

@ -7,7 +7,8 @@
\method{summary}{cve}(object, ...) \method{summary}{cve}(object, ...)
} }
\arguments{ \arguments{
\item{object}{Instance of \code{"cve"} as returned by \code{\link{cve}}.} \item{object}{an object of class \code{"cve"}, usually, a result of a call to
\code{\link{cve}} or \code{\link{cve.call}}.}
\item{...}{ignored.} \item{...}{ignored.}
} }