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

pch_fit_list[[1]] : subscript out of bounds #9

Open
GreenGilad opened this issue Jul 6, 2020 · 2 comments
Open

pch_fit_list[[1]] : subscript out of bounds #9

GreenGilad opened this issue Jul 6, 2020 · 2 comments

Comments

@GreenGilad
Copy link

I am trying out the package and running into some trouble. After setting up as described in readme(and making sure the right condaenv is loaded), I am trying to run the fit_pch_bootstrap function and getting the error in the title.

I'm am running the code as follows:

library(ParetoTI)
reticulate::use_condaenv("reticulate_PCHA", conda = "auto", required = TRUE)
arc = fit_pch_bootstrap(t(obj@[email protected]), n = 200, sample_prop = 0.75, seed = 235,
                                         noc = 4, delta = 0, conv_crit = 1e-04, type = "s")

I saw this happened also in a previous issue (#4) but there isn't a solution for this problem there (I am already running with type="s")

@alych9
Copy link

alych9 commented Aug 20, 2022

Hi, GreenGilad!
I 'am running the fit_pch() function and getting the same error too. Have you solve this problem?

@GoldenRain-Su
Copy link

Hello!
I am running the fit_pch_bootstrap(data, n = 1, sample_prop = 0.80, seed = 235,
noc = 5, delta = 5, conv_crit = 1e-04, type = "m",
order_type = "align") function and getting the same error too. Have anyone solve this problem?

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

3 participants