Usage
nopool(y,...)
## S3 method for class 'formula':
nopool(y,data=data,effect="individual",...)
## S3 method for class 'default':
nopool(y,X,cond,...)
## S3 method for class 'nopool':
print(x,digits=3, ...)
## S3 method for class 'nopool':
summary(object, ...)
## S3 method for class 'summary.nopool':
print(x,digits=3, ...)
## S3 method for class 'nopool':
plot(x,...)
Arguments
y
a symbolic description for the model to be estimated for the
formula method, a numerical vector for the default method,
cond
a vector containing the individual or the time index,
object,x
an object of class nopool
,
X
a matrix of explanatory variables,
effect
one of "individual"
or "time"
,
respectively for an estimation for each individual or time observation,