From cbb707ed215a60d636ecd659f6456660b4c886e8 Mon Sep 17 00:00:00 2001 From: WANG Zhiwei <48282751+statwangz@users.noreply.github.com> Date: Tue, 19 Sep 2023 15:26:27 +0800 Subject: [PATCH] Update initSF.Rd --- man/initSF.Rd | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/man/initSF.Rd b/man/initSF.Rd index 284381b..4c86001 100644 --- a/man/initSF.Rd +++ b/man/initSF.Rd @@ -4,12 +4,14 @@ \alias{initSF} \title{Initialize the parameters for the single factor MAFI model.} \usage{ -initSF(Y, Y_missing = NULL, n_obs) +initSF(Y, Y_missing, Y_sparse, n_obs) } \arguments{ \item{Y}{Main data matrix.} -\item{Y_missing}{Logical. Whether the main data matrix is partially observed. It will be automatically judged if not specified (default value NULL).} +\item{Y_missing}{Logical. Whether the main data matrix is partially observed.} + +\item{Y_sparse}{Logical. Whether the main data matrix is in sparse mode.} \item{n_obs}{Integer. Total number of observed entries.} } @@ -19,11 +21,3 @@ MFAIRSingleFactor object containing the initial parameters for the single factor \description{ Initialize the parameters for the single factor MAFI model. } -\section{Slots}{ - -\describe{ -\item{\code{Y_missing}}{Logical. Whether the main data matrix Y is partially observed.} - -\item{\code{n_obs}}{Integer. Total number of observed entries in Y.} -}} -