Description Objects from the Class Extends Methods Note Author(s) See Also Examples
A simple class to hold output from
snp.lhs.estimates
and
snp.rhs.estimates
. Its main purpose is to provide a
show
method
Objects from this class are simple lists. Each element of the list is a list giving the results of a generalized linear model fit, with elements:
Name of the Y variable
The vector or parameter estimates (with their names)
The upper triangle of the variance-covariance matrix of estimates, stored as a simple vector
The number of "units" used in the model fit
Class "list"
, from data part.
Class "vector"
, by class "list", distance 2.
signature(x = "GlmEstimates", i = "ANY", j = "missing", drop = "missing")
: Subset
signature(from = "GlmEstimates", to =
"GlmTests")
: Calculate Wald tests
signature(object = "GlmEstimates")
: Display
Wald tests calculated by coercing an object of class
GlmEstimates
to class GlmTests
are asymptotically
equivalent to the "score" tests calculated by
snp.lhs.tests
and snp.rhs.tests
, and both types
of test are asymptotically correct. But the asymptotic properties of
Wald tests are not as good as those of score tests and, in
circumstances such as low sample size or low minor allele frequency,
Wald and score tests may differ substantially. In general score tests
are to be preferred, but Wald tests are provided in snpStats
because they are widely used.
David Clayton dc208@cam.ac.uk
snp.lhs.estimates
,
snp.rhs.estimates
1 | showClass("GlmEstimates")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.