PA01 Newborns Follow-up
Contents Introduction Summarized App Screens Diagram Data Tables 01 Home Screen 02 Screen Occupied Rooms 03 Screen Case Details 04 Screen Cases List 05 Screen Tabulations and Reca...
Contents Introduction Summarized App Screens Diagram Data Tables 01 Home Screen 02 Screen Occupied Rooms 03 Screen Case Details 04 Screen Cases List 05 Screen Tabulations and Reca...
The present post covers the analysis of the data for the sales of two products: Product1 and Product2, and the independent variables that may affect the sales: StockPrice (numerical), MarketingSpen...
Description This script is designed to process a large matrix of periods and medical conditions, allowing for the export of summarized values to Power BI for dynamic visualization. The script inc...
Description Having initial data with some fields about the characteristics of the record the task is to create a special classification field. For that purpose, an evaluation with conditional stat...
Description The script takes each record representing a patient, scan across a group of fields, in this case medical conditions, and creates a compounded field with the names of the conditions tha...
Description In the example, there is a “Reasons for Service” field that comprises the checked reasons for service each interaction had. Some are single reasons but most cases have grouped two or...
Description The present post shows a practical applications of the lubridate package, focusing on manipulating date formats, extracting year and month information from date values, and summarizi...
Description In this post, there are charts that show variations in data using bar plots. The first one utilizes the bar plot from the base package, and finally, the ggplot barplot is presented. In...
Description This post guides you through the process of adding an index column to a data frame. This index acts as a unique label, serving as a substitute for patient identifiers like MID or names...
Description This script is designed to address instances where imported data is presented in a modified format, including date values accompanied by unnecessary time components such as the default...