Skip to content

Trajectories invisible in BFDA plot #14

@christianparet

Description

@christianparet

Hi,
I simulated a between-subject design and plotted the sequential BFDA illustration using code below. The image I receive looks like this:
image
Apparently, the trajectories are not shown.
I am new to R (used 3.6.3 version), so I might miss some trivial tweak to show/hide graph features.
Your help is much appreciated!
Chris

Code:
sim.H1 <- BFDA.sim(expected.ES=0.75, type="t.between",
prior=list("Cauchy",list(prior.location=0, prior.scale=sqrt(2)/2)),
n.min=20, n.max=300, alternative="greater", boundary=Inf, B=10000,
verbose=TRUE, cores=6, stepsize = 10)

plot(sim.H1, n.min=20, n.max=n_q80, boundary=c(1/10, 10), n.trajectories = 60)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions