new_sclr: Create a new 'sclr' object

Description Usage Arguments Value

View source: R/sclr.R

Description

new_sclr creates the object sclr returns. is_sclr checks if the object is of class sclr.

Usage

1
2
3
new_sclr(fit, x, y, cl, mf, mt)

is_sclr(fit)

Arguments

fit

A list returned by sclr_fit.

x

Model matrix.

y

Model response.

cl

Call.

mf

Model frame.

mt

Model terms.

Value

sclr object


sclr documentation built on March 2, 2020, 5:08 p.m.