pub struct MetaStudy {
pub estimate: f64,
pub se: f64,
}Expand description
One study contribution to a meta-analysis.
Fields§
§estimate: f64Point estimate θᵢ.
se: f64Standard error SEᵢ (must be > 0).
Trait Implementations§
impl Copy for Study
impl StructuralPartialEq for Study
Auto Trait Implementations§
impl Freeze for Study
impl RefUnwindSafe for Study
impl Send for Study
impl Sync for Study
impl Unpin for Study
impl UnsafeUnpin for Study
impl UnwindSafe for Study
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