predict_vals: Extract model output parameters

Description Usage Arguments Value

View source: R/output.R

Description

This is where you describe the function itself contains the rownames and the subsequent columns are the sample identifiers. Any rows with duplicated row names will be dropped with the first one being

Usage

1
predict_vals(model_fit, newdata = NULL, saved_model = NULL)

Arguments

model_fit

spline object created from fit_model

newdata

dataframe where you would like new estimates. Defaults to NULL or

saved_model

Simple gives back only the parameters, Marginal gives each marginal

Value

A matrix of the infile


staggelab/spibayes documentation built on Nov. 17, 2020, 8:19 a.m.