The R Project SVN R

Rev

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

Rev 61160 Rev 61433
Line 4... Line 4...
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{proj}
6
\name{proj}
7
\title{Projections of Models}
7
\title{Projections of Models}
8
\usage{
8
\usage{
9
proj(object, \dots)  
9
proj(object, \dots)
10
 
10
 
11
\method{proj}{aov}(object, onedf = FALSE, unweighted.scale = FALSE, \dots)  
11
\method{proj}{aov}(object, onedf = FALSE, unweighted.scale = FALSE, \dots)
12
 
12
 
13
\method{proj}{aovlist}(object, onedf = FALSE, unweighted.scale = FALSE, \dots)  
13
\method{proj}{aovlist}(object, onedf = FALSE, unweighted.scale = FALSE, \dots)
14
 
14
 
15
\method{proj}{default}(object, onedf = TRUE, \dots)  
15
\method{proj}{default}(object, onedf = TRUE, \dots)
16
 
16
 
17
\method{proj}{lm}(object, onedf = FALSE, unweighted.scale = FALSE, \dots)  
17
\method{proj}{lm}(object, onedf = FALSE, unweighted.scale = FALSE, \dots)
18
}
18
}
19
\alias{proj}
19
\alias{proj}
20
\alias{proj.default}
20
\alias{proj.default}
21
\alias{proj.lm}
21
\alias{proj.lm}
22
\alias{proj.aov}
22
\alias{proj.aov}