sample_fixed_effect {BayesGP} | R Documentation |
Extract the posterior samples from the fitted model for the target fixed variables.
sample_fixed_effect(model_fit, variables)
model_fit |
The result from model_fit(). |
variables |
A vector of names of the target fixed variables to sample. |
A matrix with columns being the posterior samples of the target fixed effect variables.