Diff of /man/loglik_ave.Rd [000000] .. [3bfed4]

Switch to unified view

a b/man/loglik_ave.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/helper_function.R
3
\name{loglik_ave}
4
\alias{loglik_ave}
5
\title{Create log likelihood error}
6
\usage{
7
loglik_ave(data, theta)
8
}
9
\arguments{
10
\item{data}{This is a matrix.}
11
12
\item{theta}{This is a precision matrix.}
13
}
14
\value{
15
log likelihood error
16
}
17
\description{
18
This function calculates the log likelihood error.
19
}