The R Project SVN R

Rev

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

Rev 61160 Rev 61168
Line 34... Line 34...
34
  the extra variables may contain \code{NA}.
34
  the extra variables may contain \code{NA}.
35
}
35
}
36
\value{
36
\value{
37
  A data frame.
37
  A data frame.
38
}
38
}
39
\seealso{\code{\link{model.frame}},\code{\link{predict}}}
39
\seealso{\code{\link{model.frame}}, \code{\link{predict}}}
40
 
40
 
41
\examples{
41
\examples{
42
model <- lm(log(Volume) ~ log(Girth) + log(Height), data = trees)
42
model <- lm(log(Volume) ~ log(Girth) + log(Height), data = trees)
43
expand.model.frame(model, ~ Girth) # prints data.frame like
43
expand.model.frame(model, ~ Girth) # prints data.frame like
44
 
44