Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trajectories invisible in BFDA plot #14

Open
christianparet opened this issue Apr 17, 2020 · 1 comment
Open

Trajectories invisible in BFDA plot #14

christianparet opened this issue Apr 17, 2020 · 1 comment

Comments

@christianparet
Copy link

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)

@christianparet
Copy link
Author

Note: I posted a figure received from a different plot execution (below). Results look similar with both arguments in terms that the trajectories are not visible, and also don't come up with plot(sim.H1).

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant