https://github.com/cran/rstpm2
Raw File
Tip revision: d415ac4eba2a0f4dd170f58ced8f09afe73047ea authored by Mark Clements on 28 February 2023, 15:02:29 UTC
version 1.6.1
Tip revision: d415ac4
gsm_design.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/read_gsm.R
\name{gsm_design}
\alias{gsm_design}
\title{Extract design information from an stpm2/gsm object and newdata
for use in C++}
\usage{
gsm_design(object, newdata, inflate = 100)
}
\arguments{
\item{object}{stpm2/gsm object}

\item{newdata}{list or data-frame used for evaluation}

\item{inflate}{double value to inflate minimum and maximum times for root finding}
}
\value{
list that can be read by `gsm ssim::read_gsm(SEX args)` in C++
}
\description{
Extract design information from an stpm2/gsm object and newdata
for use in C++
}
back to top