pglm | R Documentation |
glm
for phylofactorInternal wrapper for glm
for phylofactor
pglm(Y, xx, frmla, ...)
xx |
independent variable |
frmla |
Formula for dependence of y on x |
... |
optional input arguments to |
y |
response variable |
glm object
x <- rnorm(10)
y <- x+rnorm(10)
pglm(y,x,y~x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.