interaction_effects_in_regression_analysis
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| interaction_effects_in_regression_analysis [2025/06/15 22:50] – [E.g.2] hkimscil | interaction_effects_in_regression_analysis [2026/04/28 06:15] (current) – hkimscil | ||
|---|---|---|---|
| Line 422: | Line 422: | ||
| < | < | ||
| # states.data <- readRDS(" | # states.data <- readRDS(" | ||
| - | states.data <- readRDS(url(" | + | states.data <- readRDS(url(" |
| </ | </ | ||
| Or, read the above data file directly | Or, read the above data file directly | ||
| < | < | ||
| - | z <- gzcon(url(" | + | z <- gzcon(url(" |
| states.data <- readRDS(z) | states.data <- readRDS(z) | ||
| Line 471: | Line 471: | ||
| </ | </ | ||
| < | < | ||
| - | > data.info <- data.frame(attributes(data)[c(" | + | > data.info <- data.frame(attributes(states.data)[c(" |
| > # attributes(data) reveals various attributes of the data file, | > # attributes(data) reveals various attributes of the data file, | ||
| > # which contains variable names and labels. | > # which contains variable names and labels. | ||
interaction_effects_in_regression_analysis.1750027858.txt.gz · Last modified: by hkimscil
