predict.alphanorm: Predict method for alpha-norm fits

Description Usage Arguments Value See Also

View source: R/alphanorm.R

Description

Similar to other predict methods, this function predicts fitted values from a fitted alphanorm model

Usage

1
2
## S3 method for class 'alphanorm'
predict(alphanorm.obj, newx = NULL)

Arguments

alphanorm.obj

a fitted alpha-norm model, returned by alphanorm()

newx

matrix of new values of x, if NULL, use the x in alphanorm.obj

Value

matrix of fitted values from alpha-norm model

See Also

alphanorm, and cv.alphanorm methods


yxwang99/alphanorm documentation built on May 23, 2019, 11:34 p.m.