term {atm}R Documentation

Term Objects

Description

Create term objects.

Usage

clean.explanatory (t)
clean.fitted (t)
clean.residuals (t, y)
clean.response (t, y)
clean.weights (t)
force.residuals (t, y)
## S3 method for class 'term':
gf(t, y, method=c ("rsq", "mar"), ...)
## S3 method for class 'term':
oospfitted(t, ...)
## S3 method for class 'term':
oosppredict(t, y, u=t$x, type=c ("argument", "value"), cl=0.95, ...)
## S3 method for class 'summary.term':
oospprint(s, ...)
## S3 method for class 'term':
oospprint(t, ...)
## S3 method for class 'term.estimate':
oospprint(e, ...)
## S3 method for class 'term':
oospresiduals(t, y, ...)
## S3 method for class 'term':
oospsummary(t, ...)
## S3 method for class 'term':
oospweights(t, ...)
pstars (ps)
## S3 method for class 'term':
seq(t, n=200, ...)
simple.gf (yb, yh, r, method=c ("rsq", "mar") )
term (d, E, e, s, x, z=NULL, validate=TRUE, clean=TRUE,
        nr=length (x), nc=1, nv, valid=NULL, w=NULL)
term.confband (t, y, u=seq (t), type=standard, cl=0.95, ...)
term.design ()
termenv ()
term.estimate ()
term.label (t)
term.predband (t, y, ...)
term.pump (t, y, sc=NULL, ...)
term.reweight (t, w)
term.validate (t, vz)

Arguments

d
E
e
s
x
z
validate
clean
nr
nc
nv
valid
w
t
y
u
sc
vz
type
cl
n
method
yb
yh
r
ps
...

[Package atm version 0.1.0 Index]