Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
4answers
5k views

Which Git commit stats are easy to pull

Previously I have enjoyed TortoiseSvn's ability to generate simple commit stats for a given SVN repository. I wonder what is available in Git and am particularly interested in : Number of commits ...
3
votes
1answer
120 views

Statistic collection tool for C#?

Is there a good tool to collect statistics from within C# a application. Basically we want to save successful method calls, what parameter values were passed in, the IP addresses (for web ...
3
votes
1answer
223 views

Formula for all first and second order predictors including interactions in R

In the statistics programming language R, the following formula (as used in lm() or glm()) z ~ (x+y)^2 is equivalent to z ~ x + y + x:y Assuming, I only have continuous predictors, is there a ...
2
votes
2answers
188 views

chisq.test in R

Hi I am running chisq.test method and it gives me back the x-squared and the p-value, Now I want to take the p-value and according to the reading proceed with my program. How can i just get out the ...
2
votes
1answer
242 views

How do you find out release, mailing list statistics information on open source projects

We are interested in finding out some statistics of various frameworks Mailing list activity on say richfaces. Much similar to what is available on http://code.google.com (Low, Medium, High) + ...
2
votes
2answers
560 views

Creating a loop in R to apply the same functions to many similarly named variables

I am using a dataset w/variables that have very similar names. I have to apply the same functions to 13 variables at a time and I'm trying to shorten the code, instead of doing each variable ...
2
votes
1answer
305 views

Automation for Generating Reports

We are using Stata to combine and analyze data for all of our agencies in a district each month. I'd like to somehow create reports of the data analysis automatically for these monthly reports. The ...
2
votes
5answers
550 views
1
vote
1answer
52 views

Project summary - Source code lines

I'm looking for a tool that would count the number of files, the number of lines (with or without comments) and possibly other statistics for my project in PHP and JavaScript. Notes: I've already ...
1
vote
1answer
738 views

LanguageR/ lme4: any help on p-values for models with random correlation parameters?

I used the package languageR for mixed effect models with the syntax at the end of this posting. I can use pvals.fnc to get p-values for model 1 and 3 (hd_lmer1 and hd_lmer2). Using this with model ...
0
votes
0answers
61 views

How can I get calculate for a git repo on OS X

I tried using gitstats (http://gitstats.sourceforge.net/), but the damn thing doesn't generate graphs. It requires gnuplot, which requires a bunch of other libs to be installed, none of which have a ...
0
votes
1answer
356 views

using chisq.test in R (chi-squared tests)

I am trying to read a csv file and then creating 3 matrices out of each row from the csv file and then apply chi-squared test using the method chisq.test(matrix), but somehow this methods seems to ...
0
votes
1answer
105 views

merge testresults from multiple cruise control .net projects

In a SOA - environment there tend to be a lot of projects in Cruise Control .net - I have about 30 at the moment and there will be more to come. In CI the narrow focus is a good thing but for me who ...
0
votes
1answer
387 views

Maven plugin for gathering source code statistics

Our project is based on J2EE and we would like to know if there is a open source maven-plugin which either integrates with cloc (Refer ...
0
votes
3answers
641 views

How do I extract a specific function from a C/C++ source code file for subsequent processing

I am looking for an easy way to print out a specific function from within some C/C++ source code. For example, assume that test.c has several functions defined within it. I want to be able to print ...
0
votes
2answers
369 views

Get statistics on a C# WAP Project for client communication

I have a client that thought a highly dynamic ASP.NET application was a very simple sytem, yet to implement it in the manner in which they needed for future grown it has grown to well over 100 ...