logreg
Calculates the logarithmic regression value y that satisfies the equation y = b0 + b1 * log(x) for an inputted argument x.
Arguments
- Input matrix m with positive x values
- Input value or vector x
Output
Resulting value or vector
Examples

Calculates the logarithmic regression value y that satisfies the equation y = b0 + b1 * log(x) for an inputted argument x.
Resulting value or vector