fit_xy: Estimate model parameters.

View source: R/fit_xy.R

fit_xyR Documentation

Estimate model parameters.

Description

Estimates parameters for a given model from a set of data in the form of a set of predictors (x) and outcome(s) (y).

Usage

fit_xy(object, ...)

Arguments

object

An object. See the individual method for specifics.

...

Other arguments passed to methods

Methods

\Sexpr[stage=render,results=rd]{generics:::methods_rd("fit_xy")}

generics documentation built on July 6, 2022, 1:08 a.m.