File: print.haplo.glm.Rd

package info (click to toggle)
r-cran-haplo.stats 1.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,204 kB
  • ctags: 116
  • sloc: ansic: 1,827; makefile: 1
file content (72 lines) | stat: -rw-r--r-- 1,615 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
% $Author: sinnwell $ -->
% $Date: 2008/04/04 16:12:33 $ -->
% $Header: /people/biostat3/sinnwell/Haplo/Make/RCS/print.haplo.glm.Rd,v 1.4 2008/04/04 16:12:33 sinnwell Exp $ -->
% $Locker:  $ -->
% $Log: print.haplo.glm.Rd,v $
% Revision 1.4  2008/04/04 16:12:33  sinnwell
% add note about returned value by invisible()
%
% Revision 1.3  2008/03/24 21:14:44  sinnwell
% add show.missing argument
%
% Revision 1.2  2008/01/09 21:32:16  sinnwell
% change comments to %
%
% Revision 1.1  2007/11/07 21:46:59  sinnwell
% Initial revision
%
% Revision 1.2  2004/03/16 17:02:24  sinnwell
% add return char to usage

\name{print.haplo.glm}
\alias{print.haplo.glm}
\title{
  Print a contents of a haplo.glm object
}
\description{
Print model information and then haplotype information. 
}
\usage{
\method{print}{haplo.glm}(x, print.all.haplo=FALSE, show.missing=FALSE, digits = max(options()$digits - 4, 3), ...)
}
\arguments{

\item{x}{
A haplo.glm object
}
\item{print.all.haplo }{
Logical.  If TRUE, print all haplotypes considered in the model.
}
\item{show.missing }{
Logical.  If TRUE, print number of rows removed because of missing
values (NA) in y or x-covariates, or all alleles missing in geno
}
\item{digits}{
Number of numeric digits to print.
}
\item{\dots }{
Optional arguments for print method
}
}
\value{
If print is assigned, the object contains a list with the coefficient
and haplotype data.frames which are printed by the method.
}
\section{Side Effects}{

}
\details{

}
\section{References}{

}
\seealso{
haplo.glm
}
\examples{

}
\keyword{}
% docclass is function
% Converted by Sd2Rd version 37351.