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.

7 results for “from:deanj2k”

funnel plots
deanj2k · Jun 12, 2009 · r-help

for the function funnelplot(), how do I include 95% confidence intervals for the effect estimate ( ie. / \ )? -- View this message in context: http://www.nabble.com/funnel-plots-tp24003106p24003106.html Sent from the R help mailing list archive at Nabble.com.

displaying results
deanj2k · May 15, 2009 · r-help

Hi everyone, can anyone tell me how i can change how i display mean(age), i want it to say The mean age of patients within the sample is mean(age) -- View this message in context: http://www.nabble.com...

help with error
deanj2k · May 19, 2009 · r-help

while (theta1!=theta) {...} gives the error message: Error in while (theta1 != theta) { : missing value where TRUE/FALSE needed but when i extract theta1!=theta and paste it into the console it comes up with the output TRUE which contradicts the...

axis on a non-uniform scale
deanj2k · Jun 15, 2009 · r-help

hi everyone, just wondering how i might go about plotting a graph (say using the plot() function) where my x axis is plotting points which have Log(values) but i want my x axis to display values in exponentiated form...

what is wrong with this code?
deanj2k · May 19, 2009 · r-help

dlogl <- -(n/theta)-sum((y/(theta)^2)*((1-exp(y/theta))/(1+exp(y/theta))) d2logl <- (n/theta^2) - sum((-2y/theta^3)*(1-exp(y/theta))/(1+exp(y/theta))) - sum(((2*y/theta^4)*exp(y/theta))/((1...

help with expression()
deanj2k · Aug 17, 2009 · r-help

Hello. I have a vector and within that vector is one expression. When I display this vector it comes up as expression(NA_character_, NA_character_, "Null Effect", "Pooled effect", NA_character_, NA_character_, NA_character_, NA_character_, NA_character...

help with as.numeric
deanj2k · May 15, 2009 · r-help

hi everyone, wondering if you could help me with a novice problem. I have a data frame called subjects with a height and weight variable and want to calculate a bmi variable from the two. i have tried: attach(subjects...

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