[R] how to use the result obtained from Deal Package

2008-04-28 Thread man4ish
Hi , I am using the deal package (for learning and comparing the bayesian network). I am getting the negative score for the heuristics search , i am not able to interpret the result . more negative(smaller) is better or larger value is better.Please Help me out .I will be thankful to you. Manish

[R] how to calcualte the predicted value of dependent varialbe using gsl package

2008-04-22 Thread man4ish
Dear Sir, I am trying to use Gsl package ,it is working fine. But how can i use it for predicting the dependent variable using independent variables.eg y x1 x2 x3 x4x5 x6 x7 x8 x9 5 1 2 3 469 0 0 6 22 3 4 560 99 0 1 3 4 56 7 8

[R] How can we predict the value of dependent variable using independent variable

2008-04-21 Thread man4ish
hi , i am trying to predict the value of dependent variable using the independent variable using R . like y is dependent and x1,x2,x3 ...,xn are independent variables so how can predict the value of y using x1,x2,x3 ...,xn . y x1 x2 x3 x4 x5 x6 6 0 1 231 2 5 1 34

[R] problem in caluclaring the multiple regression

2008-04-19 Thread man4ish
I am trying to calculate the regression for the follwing input data stored in 'data.txt' file.I am reading this and storing it in the variable i .then i am trying to get the predicted value using f1 as dependent and others f2f10 as independent variables.It is giving the following error. Also i

[R] how to calculate the predicted value for the multiple regression

2008-04-19 Thread man4ish
what i am trying to do , using the following data , i want to calculate the predicted value for each row and each value e.g 0 1 2 3 7 5 0 4 4 3 this is row one then i want to do the following keep 0 dependent variable and others as indepedent (1 2 3 7 5 0 4 4 3) predict value for this. again

Re: [R] problem in installing R packages on linux

2008-04-18 Thread man4ish
Uwe Ligges-3 wrote: > > > > man4ish wrote: >> I am facing problem in installing the R package on linux . >> When i put the command install.packages("BART") > > The screenshot is not there, but I suspect you want to install package > "BARD&qu

[R] how to find the multiregression on the

2008-04-18 Thread man4ish
I am trying to calculate the multi regression for the follwing data 0 1 2 3 7 5 0 4 4 3 0 3 4 5 4 0 5 4 5 4 0 1 1 0 1 0 1 1 1 0 1 0 4 5 6 1 2 3 2 1 keeping Ist column as dependent variable and other as independent varialbles,how can i do this using lm funciotn in stats please send me the code

[R] problem in installing R packages on linux

2008-04-17 Thread man4ish
I am facing problem in installing the R package on linux . When i put the command install.packages("BART") Then it asks for selecting the mirror , i have selected the mirrror , but it is showing no package in repository .I have selected different different repository still i am getting the same er

[R] problem in installing R packages on linux

2008-04-17 Thread man4ish
I am facing problem in installing the R package on linux . When i put the command install.packages("BART") Then it asks for selecting the mirror , i have selected the mirrror , but it is showing no package in repository .I have selected different different repository still i am getting the same er