Skip to content

Commit 15e600b

Browse files
committed
"Value" added to %Xc% and %A% docus
1 parent f7fb63a commit 15e600b

4 files changed

Lines changed: 15 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Collate:
5858
'methods.R'
5959
'stabsel.R'
6060
'utilityFunctions.R'
61-
RoxygenNote: 7.2.0
61+
RoxygenNote: 7.2.1
6262
Encoding: UTF-8
6363
BugReports: https://github.com/boost-R/FDboost/issues
6464
URL: https://github.com/boost-R/FDboost

R/constrainedX.R

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
#' where \code{1} induces a global intercept and \code{x1}, \code{x2} are factor variables,
2121
#' see Ruegamer et al. (2018).
2222
#'
23+
#' @return An object of class \code{blg} (base-learner generator) with a \code{dpp} function
24+
#' as for other \code{\link[mboost:baselearners]{baselearners}}.
25+
#'
2326
#' @references
2427
#' Brockhaus, S., Scheipl, F., Hothorn, T. and Greven, S. (2015):
2528
#' The functional linear array model. Statistical Modelling, 15(3), 279-300.
@@ -611,8 +614,10 @@ bl_lin_matrix_a <- function(blg, Xfun, args) {
611614
#' \code{\%Xa0\%} computes like \code{\%X\%} the row tensor product of two base-learners,
612615
#' with the difference that it sets the penalty for one direction to zero.
613616
#' Thus, \code{\%Xa0\%} behaves to \code{\%X\%} analogously like \code{\%A0\%} to \code{\%O\%}.
614-
#'
615617
#'
618+
#' @return An object of class \code{blg} (base-learner generator) with a \code{dpp} function
619+
#' as for other \code{\link[mboost:baselearners]{baselearners}}.
620+
#'
616621
#' @references
617622
#' Brockhaus, S., Scheipl, F., Hothorn, T. and Greven, S. (2015):
618623
#' The functional linear array model. Statistical Modelling, 15(3), 279-300.

man/anisotropic_Kronecker.Rd

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/grapes-Xc-grapes.Rd

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)