linear {atm} | R Documentation |
Linear Terms
Description
Create linear terms
Usage
atm.ls (x, y, w)
## S3 method for class 'linear':
evaluate(t, u, ...)
## S3 method for class 'linear':
fit(t, y, pump, ...)
linear (x, y=NULL, key=x, E, s, w=NULL)
linear.design (key)
linear.estimate (labs, th=rep (0, length (labs) ) )
linear.expand (n, x)
linear.ftest (t, y, ...)
## S3 method for class 'linear':
oospfitted(t, ...)
## S3 method for class 'linear.design':
oospprint(d, ...)
## S3 method for class 'linear.estimate':
oospprint(e, ...)
## S3 method for class 'summary.linear':
oospprint(s, ...)
## S3 method for class 'linear':
oospsummary(t, y, ...)
## S3 method for class 'linear':
reset(t, ...)
Arguments
x |
|
y |
|
w |
|
t |
|
u |
|
pump |
|
key |
|
E |
|
s |
|
labs |
|
th |
|
n |
|
d |
|
e |
|
... |
|
[Package
atm version 0.1.0
Index]