Sgenerate {rddensity} | R Documentation |
Internal function, generate matrices.
Description
Sgenerate
generates a matrix.
Usage
Sgenerate(p, low = -1, up = 1, kernel = "triangular")
Arguments
p |
Integer, polynomial order. |
low , up |
Numeric, lower and upper limits of integration, -1 and 1 by default. |
kernel |
String, the kernel function, can be |
Details
This is an internal function, and should not be called by users.
Value
Returns a matrix.
[Package rddensity version 2.5 Index]