Question Solved

How do I handle missing data in longitudinal studies.imputation or exclusion?

Back to Forum
Starting 30 pts 0 followers
Indian Institute of Technology Bombay · Posted

Problem statement

I am working on a bioinformatics project analyzing GWAS data for a rare Indian genetic disorder. My sample size is only n=89 cases and n=143 controls due to the rarity of the condition.

Specific questions:

  1. Should I report power analysis even though I know the study is underpowered?
  2. Bonferroni seems too conservative with this sample size; is FDR acceptable?
  3. I don't have an independent cohort to validate. Is this a dealbreaker for journal submission?

This is a legitimate clinical study with IRB approval. I just want to know how to frame the limitations honestly.

Sign in to join the discussion.

29 Replies

0
Lakshmi Devi Growing 75 pts · Accepted answer

I think you are conflating two separate problems here. The publish-or-perish culture creates pressure, yes.but the solution is not to criticize researchers who are navigating an unfair system. The real problem is with evaluation committees who treat publication count as a proxy for research quality. Fix the evaluation, and the incentives change.

Also worth noting: open review has been implemented in some fields and has its own problems. It can disadvantage early-career researchers who fear retaliation from senior colleagues they have reviewed critically.

0
Replying to Lakshmi Devi
Prakash Iyer Distinguished 640 pts · Accepted answer

Could you clarify what you mean by results-blind review? I have heard of it but never understood how it works in practice. Wouldn't reviewers need to see results to evaluate whether the methodology is sound?

0
Hema Suresh Starting 20 pts · Accepted answer

As a senior faculty member (25 years in the system), I want to offer a different perspective. Yes, the pressures are real. But I have also seen the other side: students who produce excellent work, publish honestly, and build reputations over time. The system is imperfect but not entirely broken.

What has actually helped my students: choosing venues carefully (a few strong papers rather than many weak ones), developing genuine collaborations rather than transactional coauthorships.

0
Fatima Sheikh Growing 95 pts · Accepted answer

The short answer: it depends heavily on the journal and field, but here is a general framework.

If your null result is well-powered and the hypothesis was reasonable: Absolutely publish it. Null results in well-designed studies are as valuable as positive results. Journals like PLOS ONE explicitly welcome them.

If your study is underpowered: Be transparent about it. Report effect sizes and confidence intervals, not just p-values. A small, underpowered study with honest reporting is still a contribution.

What kills papers is when limitations are obvious but the authors have not addressed them.

0
Deepa Krishnamurthy Distinguished 810 pts · Accepted answer

Highly recommend checking out the PMRF portal for the actual numbers.they update the stipend structure annually.

0
Uday Bose Starting 5 pts · Accepted answer

If you are not already using a reading group format with your students, I would strongly recommend it. Forces everyone to articulate what they read.

0
Royal Dsouza Starting 30 pts · Accepted answer

Great question.I went through something very similar in my second year.

The key insight for me was that LoRA is actually quite well-suited for NER tasks, especially in low-resource settings. I would recommend:

  1. Use LoRA with r=8 or r=16.don't go higher for 8K samples
  2. Apply LoRA to attention layers only, not the feed-forward layers
  3. Use a cosine learning rate schedule with warm-up (10% of steps)

For Telugu-English code-mixed NER specifically, you might also look at MuRIL.it is pretrained on Indian language data and often outperforms XLM-R on Indic tasks even with less fine-tuning data.

0
Replying to Royal Dsouza
Kiran Yadav Growing 130 pts · Accepted answer

The Fulbright SoP is very different from a typical PhD SoP. It needs to focus on cultural exchange and diplomacy, not just research.

0
Replying to Royal Dsouza
Jagdish Rawat · Accepted answer

CSIR-UGC NET preparation: past papers are the most important resource. Everything else is secondary.

0
Suresh Iyer · Accepted answer

This is really helpful context. One more question: for the ethics committee approval, does the institution where the data is collected or the institution where the analysis is performed need to be the primary ethics approver?

0
Hema Suresh Starting 20 pts · Accepted answer

The Fulbright SoP is very different from a typical PhD SoP. It needs to focus on cultural exchange and diplomacy, not just research.

0
Replying to Hema Suresh
Karthik Rajan Growing 180 pts · Accepted answer

If you are not already using a reading group format with your students, I would strongly recommend it. Forces everyone to articulate what they read.

0
Ravi Patel Starting 25 pts · Accepted answer

Flower (flwr) is the most actively maintained and research-friendly federated learning framework right now. My group has been using it for 18 months on a healthcare project with 4 hospital sites.

Strengths:

  • Clean simulation API that lets you test on a single machine before deploying
  • Good support for custom aggregation strategies (FedProx, FedNova)
  • Active Discord community with quick responses from the maintainers

For non-IID data specifically, look at the FedProx strategy.it handles heterogeneous data distributions much better than FedAvg.

0
Kiran Yadav Growing 130 pts · Accepted answer

I think you are conflating two separate problems here. The publish-or-perish culture creates pressure, yes.but the solution is not to criticize researchers who are navigating an unfair system. The real problem is with evaluation committees who treat publication count as a proxy for research quality. Fix the evaluation, and the incentives change.

Also worth noting: open review has been implemented in some fields and has its own problems. It can disadvantage early-career researchers who fear retaliation from senior colleagues they have reviewed critically.

0
Chetan Jain Growing 100 pts · Accepted answer

I have successfully received PMRF (lateral entry, second year). Happy to share what worked in my proposal.

On the research proposal:

  • 60–70% technical approach, 30% context and impact
  • Preliminary results absolutely help. Coursework projects are fine if genuinely relevant
  • The societal impact section should be substantive.PMRF is a national initiative; reviewers want to see why this matters

On citations: Yes, cite your MTech thesis. Framing your PhD as an extension of prior work you did shows continuity of thought.

0
Replying to Chetan Jain
Gopal Naidu · Accepted answer

Thank you for the honest take. This is the kind of answer I was looking for.not the sanitized version.

0
Ashwin Murthy Distinguished 560 pts · Accepted answer

If you are not already using a reading group format with your students, I would strongly recommend it. Forces everyone to articulate what they read.

0
Replying to Ashwin Murthy
Uday Bose Starting 5 pts · Accepted answer

I am in a very similar situation. Would you be willing to share the outline of your PMRF proposal? Not the content.just the section headings and approximate word allocation.

0
Replying to Ashwin Murthy
Quamar Ahmed Growing 65 pts · Accepted answer

Marking this as the accepted answer. Incredibly helpful and specific. Really appreciate you taking the time.

0
Admin NITK · Accepted answer

I can answer your question about IEEE Transactions review timelines from my experience submitting to IEEE TNNLS.

For Q1 IEEE journals, expect:

  • Initial desk review: 2–4 weeks
  • Full peer review: 3–6 months
  • Major revision decision: another 2–3 months for re-review

As for code and data, most IEEE journals now request code upon acceptance, not submission. Regarding your 2.3% improvement.that is borderline. You will need very strong experimental rigor: multiple runs, confidence intervals, and significance tests.

0
Replying to Admin NITK
Admin NITK · Accepted answer

Much appreciated. I will restructure my proposal along these lines. The point about societal impact being substantive is something I would have gotten wrong.

0
Replying to Admin NITK
Sowmya Narayanan Active 310 pts · Accepted answer

I found that writing a paper abstract first (before the paper) and then reverse-engineering the paper from the abstract helped with clarity enormously.

0
Replying to Admin NITK
Chirag Mehta Starting 15 pts · Accepted answer

If you are not already using a reading group format with your students, I would strongly recommend it. Forces everyone to articulate what they read.

0
Meena Sharma · Accepted answer

CSIR-UGC NET preparation: past papers are the most important resource. Everything else is secondary.

0
Replying to Meena Sharma
Zara Hussain Growing 55 pts · Accepted answer

Thank you for this detailed answer! A quick follow-up: when you mention cosine learning rate with warm-up, are you warming up the LoRA parameters specifically or the entire model including the frozen backbone?

0
Meghana Rao Growing 170 pts · Accepted answer

Seconding the recommendation for Zotero. Game changer for managing references across multiple projects.

0
Rohan Desai Distinguished 950 pts · Accepted answer

Great question.I went through something very similar in my second year.

The key insight for me was that LoRA is actually quite well-suited for NER tasks, especially in low-resource settings. I would recommend:

  1. Use LoRA with r=8 or r=16.don't go higher for 8K samples
  2. Apply LoRA to attention layers only, not the feed-forward layers
  3. Use a cosine learning rate schedule with warm-up (10% of steps)

For Telugu-English code-mixed NER specifically, you might also look at MuRIL.it is pretrained on Indian language data and often outperforms XLM-R on Indic tasks even with less fine-tuning data.

0
Wajid Khan Growing 110 pts · Accepted answer

I have successfully received PMRF (lateral entry, second year). Happy to share what worked in my proposal.

On the research proposal:

  • 60–70% technical approach, 30% context and impact
  • Preliminary results absolutely help. Coursework projects are fine if genuinely relevant
  • The societal impact section should be substantive.PMRF is a national initiative; reviewers want to see why this matters

On citations: Yes, cite your MTech thesis. Framing your PhD as an extension of prior work you did shows continuity of thought.

0
Yogesh Pandey Growing 70 pts · Accepted answer

This is really helpful context. One more question: for the ethics committee approval, does the institution where the data is collected or the institution where the analysis is performed need to be the primary ethics approver?