predict.clm: Predict method for constrained linear model fits

View source: R/clm.R

predict.clmR Documentation

Predict method for constrained linear model fits

Description

Predicted values based on constrained linear model object.

Usage

## S3 method for class 'clm'
predict(object, newdata, ...)

Arguments

object

Object of class inheriting from "clm".

newdata

A data frame in which to look for variables with which to predict.

...

Further arguments passed to or from other methods.


langcog/langcog documentation built on March 28, 2024, 9:52 a.m.