% Generated by roxygen2: do not edit by hand % Please edit documentation in R/transform.R \name{inverse} \alias{inverse} \title{Calculate inverse of a variable} \usage{ inverse(x) } \arguments{ \item{x}{Input variable} } \value{ 1/x } \description{ Calculate inverse of a variable }