sfpcaClass: S3 class sfpca model with number of pc, knot, sampling data...

Description Usage

View source: R/stan_fit.R

Description

S3 class sfpca model with number of pc, knot, sampling data from rstan, log_liklihood, and leave-one-out cross-validation (LOO) information criterion

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
sfpcaClass(
  Nsamples = NULL,
  Nchains = NULL,
  pc = NULL,
  knot = NULL,
  sa = NULL,
  log_lik = NULL,
  looic = NULL,
  basis = NULL
)

biocore/bayestime documentation built on Nov. 15, 2020, 5:40 p.m.