The R Project SVN R

Rev

Rev 61150 | Rev 83041 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61150 Rev 61168
Line 31... Line 31...
31
\seealso{
31
\seealso{
32
  \code{\link{drop1}} which is used for dropping terms in models.
32
  \code{\link{drop1}} which is used for dropping terms in models.
33
}
33
}
34
\examples{
34
\examples{
35
dim(drop(array(1:12, dim = c(1,3,1,1,2,1,2)))) # = 3 2 2
35
dim(drop(array(1:12, dim = c(1,3,1,1,2,1,2)))) # = 3 2 2
36
drop(1:3 \%*\% 2:4)# scalar product
36
drop(1:3 \%*\% 2:4)  # scalar product
37
}
37
}
38
\keyword{array}
38
\keyword{array}