| fitactf | R Documentation |
Fits the ACTF to the estimated (rho_x, rho_z) points using nls.
fitactf(actpnts, discrete = FALSE)
actpnts |
estimated ACT points (output of |
discrete |
logical — is the marginal distribution discrete? |
An object of class "acti" with components:
fitted ACTF coefficients b and c
the input ACT points data frame
actpnts, actf
library(CoSMoS)
p <- actpnts(margdist = "paretoII",
margarg = list(scale = 1, shape = .3),
p0 = 0)
fit <- fitactf(p)
plot(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.