Description Usage Arguments Value
View source: R/loglike-faster2.R
Calculate the log likelihood of a cluster conditioned on size and smear pos. num
1 2 3 4 5 6 7  | loglike_fast(
  par,
  data,
  sampled_trees_summary,
  is_truncated = FALSE,
  return_neg = FALSE
)
 | 
par | 
 vector where the first parameter is "beta_0" and the second is "beta_1"  | 
data | 
 data frame with columns 
  | 
sampled_trees_summary | 
 data frame with the following columns  | 
is_truncated | 
 logical. Default is FALSE  | 
return_neg | 
 logical. Should I return the negative log likelihood? 
  | 
log likelihood summed over the clusters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.