Fit a linear model to h-index evolution
fit_h_model.RdFits a linear regression model describing the relationship between h-index and year.
Arguments
- data
A tidy data frame created by
clean_scopus().- start_year
Optional starting year for the analysis.
- end_year
Optional ending year for the analysis.
- h
Initial h-index value (default = 0).