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

add one loo, fix of vectorization of base R functions #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

StaffanBetner
Copy link
Contributor

Noted that the examples did not work, so I fixed that. I also rewrote the common terms a bit.

Noted that the example did not work, so I fixed that.
@paul-buerkner
Copy link
Owner

thank you! I am confused though that lnorm is not vectorized already. Can you double check the original code did not work and if Vectorize is really necessary here?

@StaffanBetner
Copy link
Contributor Author

rlnorm is not vectorized at all, it seems.

@paul-buerkner
Copy link
Owner

Hmm, it looks like rlnorm(10, 1:10, 0) shows vectorization so I am confused why it doesn't work in the case here.

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

Successfully merging this pull request may close these issues.

2 participants