Cgenerate {rddensity} | R Documentation |
Internal function, generate matrices.
Description
Cgenerate
generates a matrix.
Usage
Cgenerate(k, p, low = -1, up = 1, kernel = "triangular")
Arguments
k , p |
Integer, polynomial order. |
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.6 Index]