risk-of-bias-assessment-using-newcastle-ottawa-scale
Conducts a risk of bias assessment for observational studies based on provided text segments, specifically utilizing the Newcastle-Ottawa Scale (NOS) framework.
Conducts a risk of bias assessment for observational studies based on provided text segments, specifically utilizing the Newcastle-Ottawa Scale (NOS) framework.
Generates a custom word problem scenario, models it with two equations in standard form, converts them to slope-intercept form, graphs them, and finds the solution, ensuring the values fit within a 0-10 range.
Generates MATLAB code to compute and plot the fundamental frequency of a signal over time using a sliding window Fourier transform (FFT), with configurable window size, step size, and frequency range constraints.
Generate NBA statistical comparisons for teams or players, ensuring each metric lists the top 3 performers.
Generates VBA code to extract unique, non-blank values from a specific column in a source sheet based on a ComboBox selection, outputting them vertically to a destination sheet.
Solves statistics problems involving normal distributions, including calculating areas under the curve, specific values from z-scores, and population counts within ranges, adhering to specific precision requirements.
Calculates the required diameter of PE4710 pontoon pipes for floating docks and performs comprehensive structural verification (ULS/SLS), including buoyancy, detailed lateral load checks (wind/berthing) with mooring pile mechanics, wave-induced flexure, and vibration.
Generates a hypothetical country profile for a specified entity, including the country name, official languages, location, ideology, and flag design, based on the entity's characteristics.
Generates Google Sheets formulas to split comma-separated values in a column into a single list, while removing empty strings and specific unwanted values.
Interpolates GPS coordinate measurements with a grid density calculated as input count multiplied by 10, and exports the result to a CSV file with specific column headers.
Generates a one-row, eight-column table of random numbers less than 80 that sum to a specific target when added from right to left. Outputs only the table data without explanation.
Perform a TOWS analysis by linking items from two provided lists (e.g., Opportunities & Strengths, Threats & Weaknesses) and providing a summarized rationale for each connection.
Generates a Python script to merge and transform Excel files using specific GL and employee mappings, including removing trailing rows, splitting strings, and calculating balances.
Generates Excel array formulas to filter rows by date criteria (range or offset), format dates as 'dd-mm-yyyy', and concatenate multiple columns with double spaces into separate rows.
Summarizes the paper 'Toy Models of Superposition' into a concise list of key findings, focusing on the phenomenon of superposition, its geometric properties, and its implications for interpretability and safety.
Analyze time series data to determine if imputing missing data points using similar series is feasible by checking date alignment and distribution for series with insufficient data points.
Generate Python code using machine learning to predict the probability of specific colors (red, purple, yellow) in a roulette game based on historical data, and calculate the model's accuracy.
Execute a univariate time series forecasting pipeline using StatsForecast and Polars. Includes ID concatenation, cross-validation, ensemble generation (AutoARIMA, AutoETS, DynamicOptimizedTheta), non-negative constraints, outlier-aware metrics, and formatted output with specific type casting for split IDs.
Generates a DAX calculated column that sums a target value column for unique combinations of specified grouping columns, effectively ignoring other columns in the filter context.
Generates a Logical Framework (Logframe) in a table format with specific columns including Objective, Goal, Outcome, Activity, Input, Indicator, Means of Verification, and Assumptions.
Generates an Excel nested IF formula to determine task status (Completed, Incomplete, or Pending) by comparing a Target column against an Actual column and appending the status to an ID column.
Generates a Markdown table dataset of math problems with specific columns for descriptions, solutions, and detailed derivations, adhering to strict output constraints regarding completeness and formatting.
Scrapes TV show data (title, genres, episodes, rating) from a Next.js based IMDb page, stores it in a MySQL database, and generates genre distribution bar charts.