View source: R/cavi_latent_traits.R
compute_terminal_taxon_specific_latent_trait_precision | R Documentation |
Computes the precision of taxon-specific latent traits at terminal nodes of the phylogeny under the approximate posterior distribution for the PLVM.
compute_terminal_taxon_specific_latent_trait_precision( N_s, within_taxon_amplitude, conditional_standard_deviation, perform_checks = TRUE )
N_s |
A natural number. The number of individuals within the taxon. |
within_taxon_amplitude |
An L-dimensional vector of real values on the interval [0, 1]. The within-taxon variation parameters for each of the L latent traits. |
conditional_standard_deviation |
An L-dimensional vector of real values on the interval [0, 1]. The standard deviation of the taxon-specific latent trait conditional on its parent taxon. |
perform_checks |
Logical. Check if function inputs are specified correctly. |
An L-dimensional vector of real values. Precision parameters for the taxo-specific latent traits.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.