pub enum AnovaType {
I,
II,
III,
}Expand description
Type of sum of squares for anova_lm.
Variants§
I
Sequential (Type I).
II
Marginal, hierarchy-respecting (Type II).
III
Marginal, fully adjusted (Type III).
Trait Implementations§
impl Copy for AnovaType
impl Eq for AnovaType
impl StructuralPartialEq for AnovaType
Auto Trait Implementations§
impl Freeze for AnovaType
impl RefUnwindSafe for AnovaType
impl Send for AnovaType
impl Sync for AnovaType
impl Unpin for AnovaType
impl UnsafeUnpin for AnovaType
impl UnwindSafe for AnovaType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more