inst/Examples/Example6/Analysis/Results/alpha0Tables.R

options( width=150, max.print=1000000 )

library(samon, lib.loc="../../../../samlib")

# the data
data("DepWork1")
data("DepWork2")
Y1  <- DepWork1
Y2  <- DepWork2

NT <- ncol(Y1)

# samon results
samonR1  <- readRDS("RDS/TM1.rds")
samonR2  <- readRDS("RDS/TM2.rds")
samonRD  <- readRDS("RDS/DM.rds")

alpha0Results <- alpha0TableResultsIM( Y1, samonR1, Y2, samonR2, samonRD )
alpha0TablesIM(alpha0Results)

    

Try the samon package in your browser

Any scripts or data that you put into this service are public.

samon documentation built on Oct. 26, 2023, 9:06 a.m.