bear v2.0.1 (upwards) cont'd [🇷 for BE/BA]
❝ In this case, can bear still be used to analyze the imbalanced data of a BE study only with lm?
Dear Dr Lee,
yes, you can easily do it with lm or glm as far as a 2-sequence, 2-period, 2-treatment study goes.
Do it this way:
MyFunkyFit=lm(LnParam~Subj+Seq+Pe+Treatm)
(You can use glm is stead of lm here, no problem)
The for the anova...
Anova with type I SS goes something like this:
A_typeI=anova(MyFunkyFit)
Anova with type III goes SS something like this:
A_typeIII=drop1(MyFunkyFit, test="F")
It is correct that I earlier suggested the use of lme in stead. The result wil be exactly the same, it needs to be said. I proposed that because I saw a thread in another forum which indicated that lm might be unstable or incorrect for imbalanced data. This seems not to be the case in practice; I have really tried hard to find a dataset that shows this phenomenon butI can't. Thus lm or lme or glm, they will all work, the choice is yours.
Good luck.
EM.
Complete thread:
- bear v2.0.1 (upwards) cont'd yjlee168 2008-10-26 20:46 [🇷 for BE/BA]
- bear v2.0.1 (upwards) cont'dElMaestro 2008-10-27 20:36
- bear v2.0.1 (upwards) cont'd yjlee168 2008-10-28 08:59
- bear v2.0.1 (upwards) cont'd ElMaestro 2008-10-28 09:49
- Imbalance or incomplete data, SASophylistic view d_labes 2008-10-28 17:14
- Imbalance or incomplete data, SASophylistic view yjlee168 2008-10-29 07:36
- Incomplete cases d_labes 2008-10-29 09:24
- Incomplete cases yjlee168 2008-10-30 07:12
- Incomplete cases d_labes 2008-10-29 09:24
- Imbalance or incomplete data, SASophylistic view ElMaestro 2008-10-29 09:27
- Gold in discussion d_labes 2008-10-29 09:56
- Gold? Helmut 2008-10-29 13:03
- Gold in discussion d_labes 2008-10-29 09:56
- Imbalance or incomplete data, WinNonlin5.2.1 Helmut 2008-10-29 12:12
- Incomplete data, SAS9.2 d_labes 2008-10-29 16:38
- Missing values, imputation; separate study ElMaestro 2008-10-30 08:57
- Incomplete data, SAS9.2, DDF option residual d_labes 2008-10-30 15:54
- Never belief in any software you haven't written yourself Helmut 2008-10-30 16:30
- Incomplete data, SAS9.2 d_labes 2008-10-29 16:38
- Imbalance or incomplete data, SASophylistic view yjlee168 2008-11-07 05:12
- Imbalance or incomplete data, SASophylistic view d_labes 2008-11-11 08:35
- Imbalance or incomplete data, SASophylistic view yjlee168 2008-11-11 08:54
- Imbalance or incomplete data, SASophylistic view d_labes 2008-11-11 13:13
- Imbalance or incomplete data, SASophylistic view yjlee168 2008-11-11 13:35
- Imbalance or incomplete data, SASophylistic view d_labes 2008-11-11 14:02
- Imbalance or incomplete data, SASophylistic view yjlee168 2008-11-11 13:35
- Imbalance or incomplete data, SASophylistic view d_labes 2008-11-11 13:13
- Notification about new posts Helmut 2008-11-11 12:24
- Notification about new posts d_labes 2008-11-11 13:24
- 3 Prerequisites for biostatistics Helmut 2008-11-11 13:39
- 3 Prerequisites for biostatistics d_labes 2008-11-11 14:09
- 3 Prerequisites for biostatistics Helmut 2008-11-11 13:39
- Notification about new posts d_labes 2008-11-11 13:24
- Imbalance or incomplete data, SASophylistic view yjlee168 2008-11-11 08:54
- Imbalance or incomplete data, SASophylistic view d_labes 2008-11-11 08:35
- Imbalance or incomplete data, SASophylistic view yjlee168 2008-10-29 07:36
- Imbalance or incomplete data, SASophylistic view d_labes 2008-10-28 17:14
- bear v2.0.1 (upwards) cont'd ElMaestro 2008-10-28 09:49
- bear v2.0.1 (upwards) cont'd yjlee168 2008-10-28 08:59
- bear v2.0.1 (upwards) cont'dElMaestro 2008-10-27 20:36