[4a0329]: / man / LogVMR.Rd

Download this file

23 lines (21 with data), 425 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/scAI_model.R
\name{LogVMR}
\alias{LogVMR}
\title{Calculate the variance to mean ratio of logged values}
\usage{
LogVMR(x)
}
\arguments{
\item{x}{A vector of values}
}
\value{
Returns the VMR in log-space
}
\description{
Calculate the variance to mean ratio (VMR) in non-logspace (return answer in
log-space)
}
\examples{
LogVMR(x = c(1, 2, 3))
}