1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/S3.R
\name{pander.Glm}
\alias{pander.Glm}
\title{Prints an Grm object from rms package in Pandoc's markdown.}
\usage{
\method{pander}{Glm}(x, coefs = TRUE, ...)
}
\arguments{
\item{x}{an Grm object}
\item{coefs}{if to the table of model coefficients, standard errors, etc. default(\code{TRUE})}
\item{...}{optional parameters passed to raw \code{pandoc.table} function}
}
\description{
Prints an Grm object from rms package in Pandoc's markdown.
}
|