File: print.cAIC.Rd

package info (click to toggle)
r-cran-caic4 1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 356 kB
  • sloc: makefile: 2
file content (19 lines) | stat: -rw-r--r-- 403 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/methods.R
\name{print.cAIC}
\alias{print.cAIC}
\title{Print method for cAIC}
\usage{
\method{print}{cAIC}(x, ..., digits = 2)
}
\arguments{
\item{x}{a cAIC object}

\item{...}{further arguments passed to 
generic print function (not in use).}

\item{digits}{number of digits to print}
}
\description{
Print method for cAIC
}