View source: R/903_post_hoc_fns.R
BTRT_all_B | R Documentation |
Uses the tensor decomposition from Tucker (1927) to compose a tensor
coefficient draw from a BTRT_result
object.
BTRT_all_B(btrt_object)
btrt_object |
Output object from |
An array of samples from the posterior distribution of the tensor coefficient. The last dimension corresponds to the draw number
## Not run:
input <- TR_simulated_data()
results <- BTRTucker(input)
all_B <- BTRT_all_B(results)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.