search for: bysort

Displaying 4 results from an estimated 4 matches for "bysort".

Did you mean: bisort
2009 Jun 19
1
Error "the condition has length > 1 and only the first element will be used"
...== "11") { mu <- mean(data$ecdfs1) } else { mu <- 0 } And repeating manually I still get the same error. For those who know both, in Stata I did this with the foreach command (but I don't trust Stata's results for my ML estimates), although for summary statistics the bysort command would be appropriate. I can't find a clear analog in R. Can anybody explain just what the error is, and how to fix it? Which 'condition' is inappropriately lengthed - the country string or the values it takes? Neither the manual nor examples online match my problem - or...
2017 Jun 26
3
Model studies in one analysis using treatment as a five level moderator in a meta-regression
...;- VPO[which(VPO[,"Event_Type"] == "Complications"),] VPO_R <- VPO[which(VPO[,"Event_Type"] == "Reoperations"),] Output <- function(x, y, k.min=10){ file <- metaprop(Events_n, N, Study_ID, data = x) forest.meta(file, studlab = T, pooled.totals = T, bysort = F) dev.copy2pdf(file=y, width = 11.69, height = 8.27) print(file) } R code on my dropbox: https://www.dropbox.com/s/67pnfpi10qu110v/R%20code%20voor%20forrest%20en%20funnel%20plots.rtf?dl=0 [https://cfl.dropboxstatic.com/static/images/icons128/page_white_word.png]<https://www.dropbox.com/s/6...
2017 Jun 26
0
Model studies in one analysis using treatment as a five level moderator in a meta-regression
...t_Type"] == "Complications"),] > VPO_R <- VPO[which(VPO[,"Event_Type"] == "Reoperations"),] > > Output <- function(x, y, k.min=10){ > file <- metaprop(Events_n, N, Study_ID, data = x) > > forest.meta(file, studlab = T, pooled.totals = T, bysort = F) > > dev.copy2pdf(file=y, width = 11.69, height = 8.27) > print(file) > } > > R code on my dropbox: > https://urlsand.esvalabs.com/?u=https%3A%2F%2Fwww.dropbox.com%2Fs%2F67pnfpi10qu110v%2FR%2520code%2520voor%2520forrest%2520en%2520funnel%2520plots.rtf%3Fdl%3D0&e=541e9...
2017 Jun 26
1
Model studies in one analysis using treatment as a five level moderator in a meta-regression
...plications"),] >> VPO_R <- VPO[which(VPO[,"Event_Type"] == "Reoperations"),] >> >> Output <- function(x, y, k.min=10){ >> file <- metaprop(Events_n, N, Study_ID, data = x) >> >> forest.meta(file, studlab = T, pooled.totals = T, bysort = F) >> >> dev.copy2pdf(file=y, width = 11.69, height = 8.27) >> print(file) >> } >> >> R code on my dropbox: https://urlsand.esvalabs.com/?u=https%3A%2F%2Fwww.dropbox.com%2Fs%2F67pnfpi10qu110v%2FR%2520code%2520voor%2520forrest%2520en%2520funnel%2520plots.rtf%3...