Package 'stipple'

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-09-13 02:40:26 UTC
Source: https://gitlab.com/b-rowlingson/stipple

Help Index


Space-time Partial Likelihood

Description

Fit partial likelihood models for space-time point-patters and other similar data.

Package Content

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

Maintainer

Barry Rowlingson <[email protected]>

Author(s)

Barry Rowlingson


build the data from formula

Description

quick build of data

Usage

build_data(f, c, p, split = TRUE)

Arguments

f

formula

c

case data

p

place data

split

whether to split the data by grouping variable

Details

merge the data

Value

a data frame

Author(s)

Barry Rowlingson


is this a stipple formula

Description

is this a valid stipple formula?

Usage

is_stipple_formula(f)

Arguments

f

a formula object

Details

is this a valid stipple formula?

Value

a list of length 2, first element TRUE or FALSE, second element a text

Author(s)

Barry Rowlingson


parse times

Description

parse times expression

Usage

parse_times(times)

Arguments

times

the times expression

Details

does the parsing

Value

parsed expression

Author(s)

Barry Rowlingson