Nothing
# Copyright 2009 John R. Stevens
# Distributed as part of the metahdep package, under the terms of the GNU General Public License (see DESCRIPTION file)
setClass(Class="ES.obj",
representation=representation(
gn="character",
ES.mat="matrix",
Cov.mat="matrix",
chip="character",
covariates="data.frame",
dep.grp="integer"
),
package="metahdep"
)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.