coef.sma: Extract coefficients from a 'sma' or 'ma' fit

View source: R/coef.sma.R

coef.smaR Documentation

Extract coefficients from a 'sma' or 'ma' fit

Description

Extracts elevation and slope of a standardized major axis (sma) or major axis (ma) fit, for each of the groups if the fit was by group.

Usage

## S3 method for class 'sma'
coef(object, ...)

Arguments

object

Object of class 'sma'.

...

Further arguments ignored.

Value

A dataframe with the slope(s) and elevation(s), and their confidence intervals. If the fit was by multiple groups, fits by all groups are returned.

Author(s)

R.A. Duursma

See Also

sma


dfalster/smatr3 documentation built on Aug. 30, 2022, 5:25 a.m.