0
votes
1answer
48 views

Implementing Logistic Regression in MATLAB

I have a data set of 13 attributes where some are categorical and some are continuous (can be converted to categorical). I need to use logistic regression to create a model that predicts the responses ...
0
votes
0answers
29 views

PyMC regression of many regressions?

I haven't been using PyMC for long, but I was pleased at how quickly I was able to get a linear regression off the ground (this code should run without modification in IPython): import pandas as pd ...
0
votes
1answer
35 views

Determine coefficients for some function

I have a task that is probably related to data analysis or even neural networks. We have a data source of our partners, job portal. The source values are arrays of different attributes related to the ...
4
votes
0answers
63 views

How do I perform a Mixed model analysis on my data in SPSS?

In my thesis I'm trying to discover which factors influence the CSR (corporate social responsibility, GSE_RAW) behavior of companies. Two groups of possible factors / variables have been identified: ...
0
votes
0answers
16 views

Gretl - find out if a constant variance is given

I am experimenting with gretl and was wondering if I could compute sth like that: I want to group the residuals for an X in my multiple regression model and estimate the variance of the ...
0
votes
0answers
22 views

Gretl - Find out if a coefficient is different to zero?

I have a multiple regression model and I want to find out with gretl if each coefficient I obtained is siginificantly different from zero(on the 95% level). How can I do that in gretl?
1
vote
0answers
85 views

Normalization in multiple-linear regression

I have a data set for which I would like build a multiple linear regression model. In order to compare different independent variable I normalize them by their standard deviation. I used ...
-2
votes
3answers
74 views

statistics contingency R [closed]

I've got two vectors which are TRUE or FALSE. Basically data on households and whether they own a car and whether they have a gold watch. (Note, "car" and "gold watch" are not the actual categories, ...
-6
votes
1answer
95 views

In SPSS, how do I do a bunch of regression analyses by looping through independent variables by their label variables? Is it easier in R? [duplicate]

Here's an example of my dataset in comma-delimited form (with variable names in the top row)... LABEL,X,Y bimmy,1,2 bimmy,2,4 bimmy,3,6 jimmy,2,8 jimmy,5,4 jimmy,6,10 marian,3,10 marian,4,9 ...
1
vote
2answers
127 views

Regularization of Logistic Regression coefficients in MATLAB

I'm trying to implement a Logistic Regression with regularization (either L1 or L2). The mnrfit() function does not implement regularization. Is there any built-in function that can do the ...
0
votes
1answer
206 views

degrees of freedom, t-statistic, and f-values of combined multiply imputed data

I am a novice R user. I installed Zelig version 4.1-3 and Amelia II version 1.7. I am puzzled on how I can obtain the degrees of freedom, t-statistic, and f-values of combined multiply imputed data ...
1
vote
0answers
148 views

How to do ma and loess normalization in R?

Attempting to do loess on two variables x and y in R using MA normalization (http://en.wikipedia.org/wiki/MA_plot) like this: > x = rnorm(100) + 5 > y = x + 0.6 + rnorm(100)*0.8 > m = ...
0
votes
1answer
41 views

regression coefficients in KXEN

we are considering to start using kxen to build logistic regression models on client data. We have used SAS and R studio till now and I am having hard times to clearly understand the logic of K2R ...
2
votes
2answers
117 views

Extracting Residual Sum of Squres from “mlm” object in R

I've used lm() to fit multiple regression models, for multiple (~1 million) response variables in R. Eg. allModels <- lm(t(responseVariablesMatrix~modelMatrix) This returns an object of class ...
0
votes
1answer
109 views

Why does regression in R delete index 1 of a factor variable? [duplicate]

I am trying to do a regression in R using the lm and the glm function. My dependent variable is logit transformed data based on proportion of events over non-events within a given time period. So my ...
1
vote
0answers
163 views

Functional Regression without intercept in R

I am doing a functional regression in R (package fda)and am supposed to eliminate the intercept term. But the fda package in R seems have no such formula. Here is what I wish to do: fit.fd <- ...
8
votes
3answers
257 views

How to put a complicated equation into a R formula?

We have the diameter of trees as the predictor and tree height as the dependent variable. A number of different equations exist for this kind of data and we try to model some of them and compare the ...
0
votes
0answers
34 views

What to do when the predictors do not accord with common sense/literature, but the model is fine/best according to log likelihood and LRT?

I would try to clearly state the problem and then clearly ask the questions. Problem (variable names are masked due to confidentiality): I ran a binary logistic regression. There were 5 independent ...
0
votes
1answer
487 views

Missing values in MS Excel LINEST, TREND, LOGEST and GROWTH functions

I'm using the GROWTH (or LINEST or TREND or LOGEST, all make the same trouble) function in Excel 2003. But there is a problem that if some data is missing, the function refuses to give result: You ...
1
vote
2answers
404 views

setting values for ntree and mtry for random forest regression model

I'm using R package of random forest to do regression on some biological data and my training data size is 38772 X 201 and I just wonder what would be a good values for the number of trees "ntree" and ...
-1
votes
1answer
100 views

Individual-level parameter estimates from ordered choice regressions [closed]

I have got a question regarding ordered choice regressions in R. I have several demographic variables with which I want to explain the ordered choice of individuals within a survey in an ordered ...
6
votes
3answers
341 views

Logistic Regression giving incorrect results

I am working on a website where I collect the results of chess games that people have played. Looking at the ratings of the player and the difference between their rating and that of their opponent, ...
0
votes
4answers
163 views

Prediction using machine learning

Say I have some data for past 5 years and I have trained my classifier (anything decision tree, svm etc.) based on that i.e. given the appropriate input feature data and correct output labeling. Now ...
0
votes
0answers
70 views

I need a model that can predict based on multiple variables. How do I get started? [closed]

I have a problem where I have to predict a variable X that is dependent on several other variables a,b,c,d... I have the data containing the values of these variables a,b,c,d.. and also X up to a ...
4
votes
2answers
337 views

Univariate outlier detection

This time I won't be asking a direct question on how to detect outliers as I did before in one of my questions. I did read some posts related to this topic but didn't get what I needed. I have a set ...
0
votes
2answers
59 views

How to do a linear regression in case of incomplete information about output variable

I need to do a linear regression y <- x1 + x2+ x3 + x4 y is not known but instead of y we have f(y) which depends on y for example, y is a probability from 0 to 1 of a binomial distribution over 0, ...
3
votes
1answer
107 views

Why interaction attributes improve the performance of Linear Regression

I am working on Weka using Linear Regression Model. I realized that by multiplying two relevant attributes from my dataset and add this as an extra attribute i improve the performance of the Linear ...
0
votes
1answer
241 views

level log regression interpretation?

If I want to estimate a level-log regression by OLS, I do that because I believe that my x value (the independend variable) displays a diminishing marginal return on my y value (the dependend ...
0
votes
1answer
573 views

Analyzing correlated data in R: Linear, Ridge regression, PCR

I've got a time series of observations of 5 variables y, x_1, x_2, x_3, x_4 and the task is to find which of the xes are responsible for the changes in y. Now the problem is that all of them are ...
0
votes
0answers
169 views

Matlab perfcurve labels formatting?

I want to create a ROC curve in Matlab using the perfcurve function (it's for logistic regression similar as illustrated in this example (bottom of page)). I have 150 datapoints (binary data), but ...
0
votes
1answer
188 views

How to calculate inflection point in C# by a given function

My function always looks like this: y = beta1 / (1 + exp(beta2 + beta3 * x)). With the data it can get, it always looks like a mirror of that (it starts with high values, then decreases) I have the ...
3
votes
1answer
557 views

How is Elastic Net used?

This is a beginner question on regularization with regression. Most information about Elastic Net and Lasso Regression online replicates the information from Wikipedia or the original 2005 paper by ...
0
votes
1answer
2k views

calculate whether regression coefficient is statistically significant in R

I have results from a regression analysis conducted with another program and I would like to test with R whether they are significant. I know that ls.diag() calculates standard errors and t-tests for ...
0
votes
2answers
481 views

R multinom() function stops after 100 iterations, what is the reason?

I have quite a relatively large number of data, it has 80 columns and approx 220, 000 rows When I'm attempting to use nnet's multinom() function to perform a mutlinomial logistic regression on ...
1
vote
0answers
344 views

Prediction error (regression)

Under what conditions would my test error or cross validation error for a regression problem be a good gauge of the 1. expected, 2. maximum prediction error on unseen data? EDT: I have some data, ...
15
votes
3answers
404 views

Partial Least Squares Library

There was already a question like this, but it was not answered, so I try to post it again. Does anyone know of an open-source implementation of a partial least squares algorithm in C++ (or C)? Or ...
3
votes
1answer
262 views

C++ ARMA method and regression analysis

Is there any C++ library that implements the ARMA method and possibly its variants? I'd be good to have a mature distribution for this kind of analysis.
3
votes
2answers
1k views

Multivariate polynomial regression with numpy

I have many samples (y_i, (a_i, b_i, c_i)) where y is presumed to vary as a polynomial in a,b,c up to a certain degree. For example for a given set of data and degree 2 I might produce the model y ...
0
votes
1answer
72 views

Measuring the limit of a point on a smooth.spline in R

I'm not sure if that's the right terminology. I've entered some data into R, and I've put a smooth.spline through it using the following command. smoothingSpline = smooth.spline(year, rate, ...
1
vote
0answers
166 views

Regression analysis or Anova?

I hope to be the clearest I can. Let's say I have a dataset with 10 variables, where 4 of them represent for me a certain phenomenon that I call Y. The other 6 represent for me another phenomenon that ...
5
votes
1answer
734 views

RandomForest in R linear regression tails mtry

I am using the randomForest package in R (R version 2.13.1, randomForest version 4.6-2) for regression and noticed a significant bias in my results: the prediction error is dependent on the value of ...
2
votes
0answers
2k views

R error: `contrasts<-`(`*tmp*`, value = contr.funs[1 + isOF[nn]]) [closed]

I got R error about "contrast" in 2 situation: first I tried to use caret package to do the variable selection. I applied this: x<- mydata[,-1] y <- factor(CLICK_FLG) ctrl<- ...
2
votes
2answers
174 views

Coming up with factors for a weighted algorithm?

I'm trying to come up with a weighted algorithm for an application. In the application, there is a limited amount of space available for different elements. Once all the space is occupied, the ...
-1
votes
1answer
57 views

logistic regresion

can anyone provide some good references or tutorial for starting to work with logical regression. Specially I need some real time examples(pr practice problems) where logical regression has been ...
0
votes
1answer
225 views

calculating multivariate regression using Statistics::Regression

I'd like to use the Perl module of Statistics::Regression for calculating multivariate regression: Statistics::Regression and for that I was hoping to find an example code that uses this package for ...
3
votes
1answer
218 views

Convert XML Data to Flat File in R

I am working with some XML data that I need to convert to a flat file so I can do statistical analysis. I am analyzing the data using R. Here is what a sample of the data looks like: <production ...
0
votes
1answer
353 views

Perl packages for statistics - multiple regression

I am new to perl and looking for a package that includes a code to calculate multiple regression. Something like OLS that is presented here: wikipedia - estimation methods for multiple regression ...
3
votes
2answers
223 views

Problems with writing to a table from a looped stepwise regression

I have a total of 95 potential predictor variables, I'd like to reduce that number to those variables with more predictive power. My plan thus far has been to write some code to: within a loop ...
0
votes
1answer
149 views

Statistics::Regression cannot run univariate regression?

I'm using the Perl module of Statistics::Regression. It runs multi-variate regressions fine. However, if I only supply one regressor in the constructor my $reg = ...
0
votes
1answer
229 views

Multilinear Regression using OLS in Python not working with my own data [duplicate]

Possible Duplicate: Python Multiple Linear Regression using OLS code with specific data? Alright, I'm working with ols.py from scipy.org. When I input my own variables and try to initiate ...

1 2