Rev 59039 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File src/library/stats/man/naprint.Rd% Part of the R package, https://www.R-project.org% Copyright 1995-2007 R Core Team% Distributed under GPL 2 or later\name{naprint}\alias{naprint}\alias{naprint.default}\alias{naprint.exclude}\alias{naprint.omit}\title{Adjust for Missing Values}\description{Use missing value information to report the effects of an \code{na.action}.}\usage{naprint(x, \dots)}\arguments{\item{x}{An object produced by an \code{na.action} function.}\item{\dots}{further arguments passed to or from other methods.}}\details{This is a generic function, and the exact information differs bymethod. \code{naprint.omit} reports the number of rows omitted:\code{naprint.default} reports an empty string.}\value{A character string providing information on missing values, forexample the number.}\keyword{NA}\keyword{models}