Displaying 1 result from an estimated 1 matches for "husyeduc".
2008 Feb 15
2
Softmax in nnet
...on has length > 1 and only the first element will be used
When I specify the weights (0.1 just for a try)
test6.nn.skipT.softm.Yfac <- nnet(Yfac~ X1 +.. +X8, skip=T, size=0,
weights= 0.1, softmax=T, data = train.set)
I got another error message:
Error in model.frame.default(formula = Yfac ~ HusYEduc + AgeRespd +
muslimat + :
variable lengths differ (found for '(weights)')
-----------------
Q: Does softmax apply to two-category response?
What is softmax require?
Thank you,
Ilham