phyloglm-methods | R Documentation |
These are method functions for class 'phyloglm'.
## S3 method for class 'phyloglm'
print(x, digits = max(3, getOption("digits") - 3), ...)
## S3 method for class 'phyloglm'
summary(object, ...)
## S3 method for class 'phyloglm'
residuals(object,type = c("response"), ...)
## S3 method for class 'phyloglm'
predict(object, newdata = NULL, se.fit = FALSE, na.action = na.omit, ...)
## S3 method for class 'phyloglm'
vcov(object, ...)
## S3 method for class 'phyloglm'
nobs(object, ...)
## S3 method for class 'phyloglm'
logLik(object, ...)
## S3 method for class 'phyloglm'
AIC(object, k=2, ...)
## S3 method for class 'phyloglm'
plot(x, ...)
x |
an object of class |
object |
an object of class |
digits |
number of digits to show in summary method. |
type |
Currently, only the "response" type is implemented. It returns the raw residuals, that is, the differences between the observed responses and the predicted values. They are phylogenetically correlated. |
newdata |
an optional data frame to provide the predictor values at which predictions should be made. If omitted, the fitted values are used. Currently, predictions are made for new species whose placement in the tree is unknown. Only their covariate information is used. |
se.fit |
A switch indicating if standard errors are required. |
na.action |
Argument to pass to |
k |
numeric, the penalty per parameter to be used; the default |
... |
further arguments to methods. |
Lam Si Tung Ho
phyloglm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.