fit_quaker: Fit a Logisitc regression to the seismic data and anova...

Description Usage Arguments Value See Also Examples

View source: R/fit_quaker.R

Description

Fit a Logisitc regression to the seismic data and anova analysis of fit

Usage

1
fit_quaker(seismic.geojson.obj)

Arguments

seismic.geojson.obj

GeoJson object

Value

Logisitc regression of earthquake data, check if longtitude, latitude, depth, magnitude are good predictors of tsunami occurance.

See Also

get_seismic_data, flatten_to_table, get_freq_grp_by_country_mag, get_freq_grp_by_day_mag, plot

Examples

1
2
3
4
data <- fit_quaker(get_seismic_data(timeFrame = 'PAST_WEEK', minMagnitude = '1'))
data
data <- fit_quaker(get_seismic_data(timeFrame = 'PAST_MONTH', minMagnitude = '2.5'))
data

iant04128591/quaker documentation built on May 18, 2019, 1:28 a.m.