Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

11 results for “from:stats12”

likelihood function involving integration, error in nlm
stats12 · Oct 19, 2012 · r-help

Thanks for pointing that out. Made some modifications and it worked. -- View this message in context: http://r.789695.n4.nabble.com/likelihood-function-involving-integration-error-in-nlm-tp4646697p4646764.html Sent from the R help mailing list archive at...

Error in integrate(integrand, 0, Inf) : non-finite function value
stats12 · Oct 21, 2012 · r-help

You are right. I ran the code again and got the same error again. But ran it for the second time, it didn't return an error and I got some values. It's my first time doing this kind...

how to make simulation faster
stats12 · Oct 25, 2012 · r-help

Dear R users, I need to run 1000 simulations to find maximum likelihood estimates. I print my output as a vector. However, it is taking too long. I am running 50 simulations at a time and it is taking me...

likelihood function involving integration, error in nlm
stats12 · Oct 18, 2012 · r-help

Dear R users, I am trying to find the mle that involves integration. I am using the following code and get an error when I use the nlm function d<-matrix(c(1,1,0,0,0,0,0,0...

Error in integrate(integrand, 0, Inf) : non-finite function value
stats12 · Oct 20, 2012 · r-help

Hi, Thank you for your comment. I worked on the code again and was able to make it work. The only problem I am having right now is that nlm depends on the initial value. When the initial value is...

Error in integrate(integrand, 0, Inf) : non-finite function value
stats12 · Oct 20, 2012 · r-help

Dear R users, When I run the code below, I get the error "Error in integrate(integrand, 0, Inf) : non-finite function value". The code works if the function returns only "sum(integ)". However, I want to add "cmh" to...

why isn't integrate function working in a likelihood
stats12 · Oct 29, 2012 · r-help

Dear R users, I have been trying to solve for mle's of a function that involves an integral and I keep getting an error. I created an example to work on first and even the simple example doesn't...

for loop output
stats12 · Oct 17, 2012 · r-help

Dear R users, In the code below, I am trying to print the result of my loop function. The output first gives me the result for k=1, and then for k=1 and k=2. I only want the...

how to make simulation faster
stats12 · Oct 26, 2012 · r-help

Thank you very much for saving my time. I ran 500 simulations in 20 min using "sapply" function. I'll try "data.table" method for the rest of my simulations to get the results even faster. Thanks a lot again...

how to make simulation faster
stats12 · Oct 26, 2012 · r-help

Thank you. I tried Rprof and looks like aggregate function I am using is one of the functions that takes most of the time. What is the difference between self time and total time? $by.total total.time total.pct...

how to make simulation faster
stats12 · Oct 26, 2012 · r-help

Hi, Thank you for your reply. I updated my post with the code. Also, about posting from Nabble, since I am a new user I didn't know about that problem. If I post to the mailing list ( r-help...

Can't find what you're looking for? Try searching with Google .