predict.stars: Predict values, given a model object, for a stars or...

predict.starsR Documentation

Predict values, given a model object, for a stars or stars_proxy object

Description

Predict values, given a model object, for a stars or stars_proxy object

Usage

## S3 method for class 'stars'
predict(object, model, ..., drop_dimensions = FALSE)

## S3 method for class 'stars_proxy'
predict(object, model, ...)

Arguments

object

object of class 'stars'

model

model object of a class that has a predict method; check with 'methods(class = class(object))'

...

arguments passed on to this predict method

drop_dimensions

logical; if 'TRUE', remove dimensions (coordinates etc) from 'data.frame' with predictors

Details

separate predictors in object need to be separate attributes in object; in case they are e.g. in a band dimension, use 'split(object)'


stars documentation built on Sept. 11, 2023, 5:10 p.m.