Convenience wrapper around mfsusie() for the single-outcome
case (M = 1). The response Y may be scalar (T = 1,
susieR-degenerate path) or functional (T > 1, wavelet-basis
path). Internally fsusie(Y, X, pos, ...) is equivalent to
mfsusie(X, list(Y), list(pos), ...).
Arguments
- Y
numeric matrix
n x Tof functional responses on a regular position grid (or numeric vector forT = 1).- X
numeric matrix
n x pof covariates.- pos
optional numeric vector of length
Trecording sampling positions. Defaults toseq_len(ncol(Y)).- ...
forwarded to
mfsusie(). See?mfsusiefor the full parameter set; arguments that only make sense in the multi-outcome case (currently justcross_outcome_prior) error out.
Value
a list of class c("mfsusie", "susie"). See ?mfsusie
for the documented field set.