From 03cf9048c472538725527fa2851a5c9a3a43322d Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Sat, 21 Mar 2009 09:38:26 +0100 Subject: [PATCH] onto entry for metaanalysis, needs review and correction. Signed-off-by: AJ Rossini --- src/onto/metaanalysis.lisp | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 src/onto/metaanalysis.lisp diff --git a/src/onto/metaanalysis.lisp b/src/onto/metaanalysis.lisp new file mode 100644 index 0000000..3a003b0 --- /dev/null +++ b/src/onto/metaanalysis.lisp @@ -0,0 +1,38 @@ + +(session + :title "role of metaanalysis in " + + (talk + :name "Gordon Lan" + :title "Use of cumulative meta-analysis" + :topic "treatment effect" + + (review "mixed-effects") + + (concept "accumulating a distribution over trials" + "use approximation to normality (discr -> contin)" + + "similar to group-seq, but diff ; involves open seq testing" + "if max info fixed in advance, transform to group-seq problem" + "" + ) + + + ) + + (talk + :name "" + :title "" + :topic "") + + (talk + :name "" + :title "" + :topic "") + + (talk + :name "" + :title "" + :topic "") + + ) \ No newline at end of file -- 2.11.4.GIT