likfit_prob: Likfit probablilities.

Description Usage Arguments Examples

View source: R/summarisingFns.R

Description

Get t-statistics of a likfit object.

Usage

1
likfit_prob(x.reml, x.lm)

Arguments

x.reml

A result from the likfit function.

x.lm

A linear model with the same structure as the trend matrix of the x.reml argument. This is only used to name the rows of the returned matrix.

Examples

1
2
3
reml <- likfitRcpp(s100, ini=c(0.5, 0.5), fix.nug = FALSE, lik.met = "REML")
dat <- data.frame(data=s100$data)
likfit_prob(reml, lm(data~1, data=dat))

geoRExtended documentation built on May 2, 2019, 6:14 p.m.