predictgls: A function that returns the standardized residuals form a gls...

View source: R/predictgls.R

predictglsR Documentation

A function that returns the standardized residuals form a gls object

Description

A function that returns the standardized residuals form a gls object

Usage

predictgls(glsobj, newdframe = NULL, level = 0.95)

Arguments

newdframe

A dataframe of new values you want to predict on

level

The confidence level you want around your predictions

model

gls object

Value

'predictgls()' returns predicted values using a gls object


smbjohnson/UtilityFunctions documentation built on July 1, 2022, 7:55 p.m.