search for: ndf2

Displaying 1 result from an estimated 1 matches for "ndf2".

Did you mean: df2
2010 Jul 22
1
How do I get rid of list elements where the value is NULL before applying rbind?
...info$m_id,moreinfo$sale_year,moreinfo$sale_week),drop = TRUE), funweek) qqq <- z[, c('mid', 'year', 'sample', 'samplesize', 'estimate', 'sd', 'loglik', 'aic','bic', 'chisq', 'chisqpvalue', 'chisqdf')] ndf2 <- do.call(rbind, qqq) However, I am now getting the following error: > qqq <- z[, c('mid', 'year', 'sample', 'samplesize', 'estimate', 'sd', > 'loglik', 'aic','bic', 'chisq', 'chisqpvalue', '...