createStanModel: Create an .stan model

View source: R/Main.R

createStanModelR Documentation

Create an .stan model

Description

This is an internal function used to create a Stan model.

Usage

createStanModel(L0, P, Lp = NULL)

Arguments

L0

The number of principal components kept

P

The number of covariates

Lp

A vector for the number of basis function for each covariate

Value

The .stan model

Examples

cat(createStanModel(3, 5, 1:5))

xiaotiand/WWmodel documentation built on May 15, 2023, 6:58 a.m.