The function in package nnet for 'Multinomial Logit Regression' is called
multinom() and not nnet(). You seem not to have used it, and therein lies
your error.
If you need more help, multinom() is support software for a book (see
library(help=nnet)), and the book has extensive worked examples.
> Hi again. I believe that I described the things bad before.
>
> I want to make the analysis with a sample data (train.set) of dataset for
> later see if the predictions adjust to the rest of data non selected with
> the sample train.
>
> Then, of the same form in glm:
>
> library(nnet)
> net <-
Hi again. I believe that I described the things bad before.
I want to make the analysis with a sample data (train.set) of dataset for
later see if the predictions adjust to the rest of data non selected with
the sample train.
Then, of the same form in glm:
library(nnet)
net <- nnet(response.
3 matches
Mail list logo