plot_logLik {aphylo} | R Documentation |
Plot Log-Likelihood function of the model
Description
Plot Log-Likelihood function of the model
Usage
plot_logLik(x, sets, ...)
## S3 method for class 'aphylo'
plot_logLik(x, sets, ...)
## S3 method for class 'formula'
plot_logLik(x, sets, ...)
## S3 method for class 'aphylo_estimates'
plot_logLik(x, sets, ...)
Arguments
x |
An object of class |
sets |
(optional) Character matrix of size |
... |
Aditional parameters to be passed to |
Value
NULL (invisible). Generates a plot of the loglikelihood of the model.
Examples
# Loading data
data(fakeexperiment)
data(faketree)
O <- new_aphylo(fakeexperiment[,2:3], tree = as.phylo(faketree))
# Baseline plot (all parameters but Pi)
plot_logLik(O)
# No psi parameter
plot_logLik(O ~ mu_d + Pi + eta)
[Package aphylo version 0.3-3 Index]