https://github.com/cran/bbmle
Revision f48cfa224e7234f4755908e8cc684b31f4a0b132 authored by Ben Bolker on 07 March 2008, 19:26:19 UTC, committed by cran-robot on 07 March 2008, 19:26:19 UTC
1 parent d57d09f
Raw File
Tip revision: f48cfa224e7234f4755908e8cc684b31f4a0b132 authored by Ben Bolker on 07 March 2008, 19:26:19 UTC
version 0.8.5
Tip revision: f48cfa2
get.mnames.Rd
\name{get.mnames}
\alias{get.mnames}
\title{extract model names}
\description{
  given a list of models, extract the names (or "model n")
}
\usage{
get.mnames(Call)
}
\arguments{
  \item{Call}{a function call (usually a list of models)}
}
\value{
  a vector of model names
}
\author{Ben Bolker}
\keyword{misc}
back to top