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.

10 results for “from:Oarabile Molaodi”

package GLLMGibbs
Oarabile Molaodi · Jul 13, 2006 · r-help

Tried to look for package GLLMGibbs-(package for fitting mixed models by Gibbs samppling contributed by Myles' and Clayton) in CRAN but not found it, Does anybody know if it is still available? thanks Oarabile

Producing empirical bayes estimates in disease mapping for lognormal model
Oarabile Molaodi · Sep 27, 2005 · r-help

I'm trying to produce empirical bayes estimates based on the lognormal model in disease mapping Is there a way this can be done in R? thanks Oarabile

Kolmogorov-Smirnoff test
Oarabile Molaodi · Nov 6, 2007 · r-help

I am trying to determine whether two samples are identical or not. I'm aware that somebody can use the Kolmogorov-Smirnoff test to compare empirical distributions, but since my samples have ties I'm not sure if I'm...

simulation
Oarabile Molaodi · Oct 16, 2007 · r-help

I am trying to write a function that will simulate observed counts X and Y as below, I want the function to be able give many replicates, can somebody advise? thanks Oarabile #alpha,n sdx and sdy are constant, and...

help with writing function
Oarabile Molaodi · Dec 13, 2005 · r-help

I'm trying to write a function that takes a vector of length n and then takes the first value of the vector i.e j=1 and forms a new vector of length n (i.e replicate the first...

minimum from matrix
Oarabile Molaodi · May 8, 2007 · r-help

Thanks it worked. Oarabile Gabor Csardi wrote: >apply(a, 2, function(x) min(x[x!=0]) ) > >should do it. Might need some improvement if all numbers in a column >can be zero, try it. > >Gabor > >On Tue, May 08, 2007...

minimum from matrix
Oarabile Molaodi · May 8, 2007 · r-help

Thanks it worked Oarabile Dimitris Rizopoulos wrote: > try this: > > apply(a, 2, function(x) min(x[x > 0])) > > > I hope it helps. > > Best, > Dimitris > > ---- > Dimitris Rizopoulos > Ph.D. Student > Biostatistical Centre > School of Public Health > Catholic University of Leuven > > Address...

Replies to Kolmogorov-Smirnoff test
Oarabile Molaodi · Nov 8, 2007 · r-help

Here are replies from Ted and Jasjeet . Thank you both for your help. Oarabile Jasjeet Singh Sekhon wrote: >A bootstrap Kolmogorov-Smirnoff test will have the correct test level >even if there are ties---i.e., even if non-continuous...

help with writing function
Oarabile Molaodi · Dec 14, 2005 · r-help

Thanks for the help Petr it works, and all who contributed managed with the suggested function below as I needed to remove the zeros and the upper triangular portion of the matrix.: IED <- function(risk) { n <- length(risk) mrisk <- matrix...

kernel smoothing of disease rates at locations
Oarabile Molaodi · May 10, 2006 · r-help

I want to do kernel smoothing on the standardised mortality rates at specified location(x-y coordinates) and be able to produce contour map. I've tried to use the package called fields in R (function smooth.2d) but the...

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