View source: R/MCMC_Utilities.R
| is.spBFA | R Documentation | 
is.spBFA is a general test of an object being interpretable as a
spBFA object.
is.spBFA(x)
| x | object to be tested. | 
The spBFA class is defined as the regression object that
results from the spBFA regression function.
is.spBFA returns a logical, depending on whether the object is of class spBFA.
###Load pre-computed results
data(reg.bfa_sp)
###Test function
is.spBFA(reg.bfa_sp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.