print.nproc: Print the nproc object.

Description Usage Arguments See Also Examples

View source: R/print.nproc.R

Description

Print the nproc object.

Usage

1
2
## S3 method for class 'nproc'
print(x, ...)

Arguments

x

fitted nproc object using nproc.

...

additional arguments.

See Also

npc, nproc

Examples

1
2
3
4
5
6
n = 1000
x = matrix(rnorm(n*2),n,2)
c = 1+3*x[,1]
y = rbinom(n,1,1/(1+exp(-c)))
fit = nproc(x, y, method = 'lda')
print(fit)

nproc documentation built on March 26, 2020, 7:30 p.m.