pemlm-class | R Documentation |
An interface to estimate a linear model
pemlm(formula, data, pem, ..., contrasts = NULL)
## S3 method for class 'pemlm'
print(x, ...)
## S3 method for class 'pemlm'
summary(object, ...)
## S3 method for class 'pemlm'
anova(object, ...)
## S3 method for class 'pemlm'
predict(
object,
newdata = data.frame(row.names = rownames(newloc)),
newloc,
se.fit = FALSE,
interval = c("none", "confidence", "prediction"),
level = 0.95,
...
)
formula |
An object of class " |
data |
An optional data frame, list or environment (or object coercible
by |
pem |
A |
... |
Additional arguments to be passed to the low level regression fitting functions. |
contrasts |
An optional list. See the |
x , object |
A |
newdata |
An optional data frame containing auxiliary traits used for making predictions. |
newloc |
A data frame containing the graph locations of species targeted for making predictions. |
se.fit |
A |
interval |
One of |
level |
Tolerance/confidence level (default: |
A pemlm-class
object contains:
A lm
-class object.
A function ...
A function ...
A function ...
A function ...
A function ...
A function ...
A function ...
A function ...
A function ...
...
A pemlm-class
object.
NULL
(invisibly).
A summary.lm-class
object.
An anova-class
data frame.
...
pemlm()
: PEM Linear Model
Calculate a PEM-based linear model for estimating trait values.
print(pemlm)
: Print PEM Linear Model
A print method for pemlm-class objects.
summary(pemlm)
: Summarize pemlm Model
A summary method for pemlm-class
objects.
anova(pemlm)
: Anova of a pemlm Model
An anova method for pemlm-class
objects.
predict(pemlm)
: Predict Trait Values
A predict method for pemlm-class
objects.
Guillaume Guénard [aut, cre] (<https://orcid.org/0000-0003-0761-3072>), Pierre Legendre [ctb] (<https://orcid.org/0000-0002-3838-3305>) Maintainer: Guillaume Guénard <guillaume.guenard@umontreal.ca>
Guénard, G., Legendre, P., and Peres-Neto, P. 2013. Phylogenetic eigenvector maps: a framework to model and predict species traits. Methods in Ecology and Evolution 4: 1120-1131
## Example here...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.