powered by
Print the nproc object.
# S3 method for nproc print(x, ...)
fitted nproc object using nproc.
nproc
additional arguments.
npc, nproc
npc
# NOT RUN { 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) # }
Run the code above in your browser using DataLab