[R] Multivariate adaptive regression spline (MARS)

2008-06-08 Thread Handayani Situmorang
Hi, all!!! I don't know if it is the right place to ask about MARS. I don't learn about statistics, but i have something to do about it. I'm confuse what MARS algorithm do (backward and forward stepwise). when i run 'mars' function from 'mda' library, it produced some outputs, but i don't unde

[R] Cannot handle object of mode "list"

2008-05-31 Thread Handayani Situmorang
Hello..!!! I got a problem while built R program with tcltk. I try to list the name of all data frame in my memory by "tklistbox". when we choose the name of data frame, then i capture the name, and catch the data frame by tclObj(dat)<-as.data.frame(get(x,envir=.GlobalEnvir)) tclvalue(

[R] does nnet package already have normalization function??

2008-05-25 Thread Handayani Situmorang
Hi.. I'm trying to build a model with neural network through nnet package. I'm just wondering, if there normalization procedure in this package? i must normalize my data with my own code outside this package? Thank you before Handa - Kunjungi halaman dep

[R] Balasan: Re: State "disabled" to "Normal" menu

2008-05-18 Thread Handayani Situmorang
s in the active data set. I hope this helps, John On Sun, 18 May 2008 09:22:14 +0700 (ICT) Handayani Situmorang wrote: > Hello all. > is there a simple way to change the state of menu from "disabled" > to "normal"? i have read from the Rcmdr code, but it's really

[R] State "disabled" to "Normal" menu

2008-05-17 Thread Handayani Situmorang
Hello all. is there a simple way to change the state of menu from "disabled" to "normal"? i have read from the Rcmdr code, but it's really difficult for me. I'm new for R. Thank you so much. Regard Handa - Yahoo! Toolbar kini dilengkapi dengan

[R] read variable global in R tcltk

2008-04-21 Thread Handayani Situmorang
I have any problem with my code. I build a small GUI in R with tcltk package. the proolem is I don't understand how to make a variable value can be read by R from a function. the variable value can only read if it's called via tcltk widgets and pass it to another function. i think the point is