fitGrowthrq {pcvr}R Documentation

Ease of use rq wrapper function for fitting models specified by mvSS

Description

Helper function generally called from fitGrowth.

Usage

fitGrowthrq(ss, cores = getOption("mc.cores", 1), ...)

Arguments

ss

A list generated by mvSS.

cores

number of cores to run in parallel

...

Additional arguments passed to quantreg::rq.

Value

An rq object, see ?rq for details.


[Package pcvr version 1.1.1.0 Index]