Clinical Excellence in Palliative Care: Examples From the Published Literature

David Shih Wu1, Scott M Wright2

  • 11 Palliative Care Program, Division of General Internal Medicine, Johns Hopkins Bayview Medical Center, Johns Hopkins University School of Medicine, Baltimore, MD, USA.

Abstract

Related Concept Videos

Microsoft Excel: Plotting Mean, SD, and SE01:18

Microsoft Excel: Plotting Mean, SD, and SE

In Microsoft Excel, plotting the mean along with standard deviation (SD) and standard error (SE) helps visualize data variability and reliability. To plot these values, follow these steps:
First, calculate the mean, SD, and SE of your data. The mean is obtained using the formula `=AVERAGE(range)`, while SD can be calculated with `=STDEV.P(range)` for a population or `=STDEV.S(range)` for a sample. SE is calculated as `=SD/SQRT(n)`, where `n` is the sample size.
To plot these values, use a bar...
1.3K
Microsoft Excel: Student's t-Test01:25

Microsoft Excel: Student's t-Test

Student's t-test in Microsoft Excel is a statistical method used to compare the means of two groups to determine if they are significantly different from each other. It's commonly used to evaluate hypotheses, such as testing whether a treatment has an effect compared to a control group. Excel provides built-in functions to perform t-tests, making it accessible for users needing to conduct basic statistical analysis.
To conduct a t-test in Excel, use the T.TEST function or the "Data...
1.7K
Newton's Third Law: Examples01:08

Newton's Third Law: Examples

Newton's third law states that every action has an equal and opposite reaction. Consider a swimmer pushing off the side of a pool. They push against the wall of the pool with their feet and accelerate in the direction opposite to that of their push. This occurs because the wall exerts an equal and opposite force on the swimmer. Here, the forces do not cancel out each other as they are acting on different systems. In this case, there are two systems: the swimmer and the wall. If we select...
27.5K
Free Body Diagrams: Examples01:07

Free Body Diagrams: Examples

Solving problems that involve forces is easy using free-body diagrams. A free-body diagram is a sketch showing all the external forces that are acting on an object or system. The object or system is represented by a single isolated point (or free body). Only those forces acting on it that originate outside of the object or system—the external forces—are shown. The forces are represented by vectors extending outward from the free body. Imagine a person sitting on a chair. Here, the...
15.0K
Microsoft Excel: Pearson's Correlation01:18

Microsoft Excel: Pearson's Correlation

Microsoft Excel is a powerful tool for statistical analysis, including calculating Pearson's correlation coefficient, which measures the strength and direction of a linear relationship between two continuous variables. Pearson's correlation coefficient, often denoted as "r," ranges from -1 to 1. A value close to 1 indicates a strong positive correlation, meaning as one variable increases, the other does too. A value close to -1 indicates a strong negative correlation, implying...
2.2K
Microsoft Excel: Regression Analysis01:18

Microsoft Excel: Regression Analysis

Regression analysis in Microsoft Excel is a powerful statistical method for examining the relationship between a dependent variable and one or more independent variables. It's used extensively in fields such as economics, biology, and business to predict outcomes, understand relationships, and make data-driven decisions. The most common type is linear regression, which attempts to fit a straight line through the data points to model the relationship between variables.
To perform regression...
1.6K