Search found 6 matches
- Sat Apr 12, 2014 10:30 am
- Forum: Data Manipulation
- Topic: sort categorical graph and combine histogram with boxplot
- Replies: 0
- Views: 2633
sort categorical graph and combine histogram with boxplot
Hi, I have two questions regarding graphs. 1) I have panel data with the alpha series "country" as my cross section ID series. I want to plot a categorical graph with one boxplot for each country. When I choose "country" as the series defining the category "within graph"...
- Sat Apr 05, 2014 9:54 am
- Forum: Data Manipulation
- Topic: row-wise median for group
- Replies: 1
- Views: 2761
row-wise median for group
Hello
I need a series or vector with the median values for lots of series-objects. Is there a function to calculate the row-wise median in a group? Or a function to calculate the median for each column in a matrix? I only found this kind of functions for the mean.
Thank you!
I need a series or vector with the median values for lots of series-objects. Is there a function to calculate the row-wise median in a group? Or a function to calculate the median for each column in a matrix? I only found this kind of functions for the mean.
Thank you!
- Tue Feb 04, 2014 9:50 am
- Forum: Programming
- Topic: For loops with numerical variables - resulting object-order
- Replies: 3
- Views: 4146
Re: For loops with numerical variables - resulting object-or
Thank you very much! Both works! :D
- Sun Feb 02, 2014 1:05 pm
- Forum: Programming
- Topic: For loops with numerical variables - resulting object-order
- Replies: 3
- Views: 4146
For loops with numerical variables - resulting object-order
Hello, I´m running For-loops with numerical variables, just as an example: rndseed 123 For !i = 1 to 1000 !w1 = @runif(0.1,1) !w2 = @runif(0.1,1) !w3 = @runif(0.1,1) !w1n = (!w1)/(!w1 + !w2 + !w3) !w2n = (!w2)/(!w1 + !w2 + !w3) !w3n = (!w3)/(!w1 + !w2 + !w3) series hdi!i = edu^(!w1n) * lexp^(!w2n) *...
- Thu Jan 02, 2014 6:35 am
- Forum: Data Manipulation
- Topic: Generate statistics for rows in spreadsheet
- Replies: 4
- Views: 3445
Re: Generate statistics for rows in spreadsheet
Thank you very much for your responses! They solved my problem.
- Wed Jan 01, 2014 1:37 pm
- Forum: Data Manipulation
- Topic: Generate statistics for rows in spreadsheet
- Replies: 4
- Views: 3445
Generate statistics for rows in spreadsheet
Hi, I´ve calculated the Human Development Index (HDI) 500 times (each time under different settings) for 187 countries. In my workfile I have therefore 500 different HDI series-objects. Opening them as a group gives me a spreadsheet with 93500 (=500*187) HDI-values, where the 500 different HDI-versi...
