Title: | Space-time Partial Likelihood |
---|---|
Description: | Fit partial likelihood models for space-time point-patters and other similar data. |
Authors: | Barry Rowlingson |
Maintainer: | Barry Rowlingson <[email protected]> |
License: | GPL (>= 2) |
Version: | 1.0 |
Built: | 2024-11-12 02:39:45 UTC |
Source: | https://gitlab.com/b-rowlingson/stipple |
Fit partial likelihood models for space-time point-patters and other similar data.
Index of help topics:
build_data build the data from formula is_stipple_formula is this a stipple formula parse_times parse times stipple-package Space-time Partial Likelihood
Barry Rowlingson <[email protected]>
Barry Rowlingson
quick build of data
build_data(f, c, p, split = TRUE)
build_data(f, c, p, split = TRUE)
f |
formula |
c |
case data |
p |
place data |
split |
whether to split the data by grouping variable |
merge the data
a data frame
Barry Rowlingson
is this a valid stipple formula?
is_stipple_formula(f)
is_stipple_formula(f)
f |
a formula object |
is this a valid stipple formula?
a list of length 2, first element TRUE or FALSE, second element a text
Barry Rowlingson
parse times expression
parse_times(times)
parse_times(times)
times |
the times expression |
does the parsing
parsed expression
Barry Rowlingson