Data analysis for statistics class

I need the data analysis tool pak and it seems to not be available for my MacBook.  I have to have it for school, any suggestions?

For that specific program, it looks like you would need Excel for Mac: http://support.microsoft.com/kb/914208.
Here is a list of Statistical Packages I found on Wikipedia, but I have not used any of them and an unaware of what may or may not be compatible with mac. http://en.wikipedia.org/wiki/List_of_statistical_packages.  I used an older version of Minitab when I took Statistics in college, but of course that it not made to be natively run on macs either.

Similar Messages

  • Data Analysis/Descriptive Statistics

    I'm in a Statistic's class and need a feature called "Data Analysis"  which is found in MS Excel. I used to be a big MS user and slowly  adapted to then Apple Mac. This is one of the reasons I think I need to  go back to Windows, Mac doesn't seem to really tailor to students and  there's alot of students who have Macs. Anyway, Is the an equivalent to  Data Analysis/Descriptive Statistics? Why is Mac behind on this?
    Owin

    I had a very old version of Excel for Mac and it had add-ons like the stats pack. I don't know if you can get that now for the Mac Excel, but I expect you could for Excel running in a Windows partition.
    Sorry you have to go that route, but if it's for school or work it's best to conform.
    Jerry

  • FBL5N & S_ALR_87012168 - Due Date Analysis for Open Items

    Hi,
    As per the above mentioned i could find the that there is differene in the account balances in FBL5N report and due date analysis for customers. Where as FBL1N and the vendor due date analysis figure in the report are same.
    Just want to know why is difference in customer related.
    Require a immediate reply.....please help me
    Thanks in advance.
    jai

    Hi
    I could not understand which report you compared with s_alr_87012172.
    Have you tried matching FD10N and FBL5N.  If not matching, then there could be problem with authorizations in FBL5N.
    From report S_ALR_87012168, you can also drill down to view the line items.  Hence if you drill down and list the line items, it will give you some clue.
    Try whether if any parked documents are included in FBL5N.
    Also ensure that in report S_ALR_87012168, Database is selected in Data sources.
    Regards

  • Drill down report for due date analysis for customer open items

    Hi, in transaction FDI0 i am using report 0SAPDUEAN-01 Due Date Analysis for Open Items .The reason i am using this is that s_alr_87012178 caters for only 6 intervals. With this report , i get 8 intervals:
    daily intervals Due Not Due Total OI
    0 - 30 0,00 0,00 0,00
    31 - 60 67.000,00- 0,00 67.000,00-
    61 - 90 0,00 0,00 0,00
    91 - 120 20.020,86 0,00 20.020,86
    121 - 150 3.270,00 0,00 3.270,00
    151 - 180 0,00 0,00 0,00
    181 - 210 0,00 0,00 0,00
    211 - 99999 0,00 0,00 0,00
    Total open items 43.709,14- 0,00 43.709,14-
    Is it possible to change the intervals through custo? i need intervals:
    0 - 30
    31 - 60
    91-120
    121-150
    151-365
    >365

    Hi AA
    refer this link where in I have given the screen shots
    http://img233.imageshack.us/g/86081486.jpg/
    The 1st screen shot is COPY of the Std Form
    The 2nd scren shot shows how to add new interval
    Br, Ajay M

  • S_ALR_87012168 - Due Date Analysis for Open Items - How to add a column?

    Hello,
       I am trying to add a characteristic to the output of this report. I am trying to add the Reference field from BKPF to the list of available characteristics to choose from. It is available in the dynamic selections list so the field should be available in the program, I am just not sure how to get it onto the char. list.
    S_ALR_87012168 - Due Date Analysis for Open Items
    Any help would be greatly appreciated!

    Sorry but had to go in a different direction...
    Thanks!

  • S_ALR_87012168 - Due Date Analysis for Open Items - Add Characteristics?

    Hello,
    I am trying to add a characteristic to the output of this report. I am trying to add the Reference field from BKPF to the list of available characteristics to choose from. It is available in the dynamic selections list so the field should be available in the program, I am just not sure how to get it onto the char. list.
    S_ALR_87012168 - Due Date Analysis for Open Items - SAP delivered Report Painter report.
    Any help would be greatly appreciated!

    Try:
    Go to -> Line items
    You can change the display variant there to include the reference.
    Rob

  • Due date analysis for G/L account

    Hy!
    I need to make a report that makes due date analysis for G/L accounts similar to S_ALR_87012078 Due date analysis for open items
    for Account payable.
    Has any one experience with that and can help me with that?
    Regards,
    Marina

    Hi Marina,
    its a bit surprising why you require due date analysis for GL accounts as GL accounts are used for realtime posting and no credit involved. Only AR and AP accounts contain credit, so they may be even over due and thus we require ageing or due date analysis.
    If transaction is on a cash basis should be posted to GL not to Subledger. Since there is no due date system for GL posting due date is not possible which makes sense too.
    Hope this gets a better clarity for you.
    Regards
    Bharat

  • S_ALR_87012078 - Due Date Analysis for Open Items display changers

    Hi
    I need to change this reports( S_ALR_87012078 - Due Date Analysis for Open Items ) display type to column display. How can I do that. I thought of uesing GoTO> Colum display but it is inposible 'cos always they are in inactive mode even in the change mode. pls advice on this
    Thanx

    Hi
    did u try S_ALR_87012077
    Thank You,

  • I would like to get data analysis for solving statistic and making graphs, but this function is not in add-in. How should I do? I also set up microsoft office for mac 2011.

    I would like to get data analysis for solving statistic and making graphs, but this function is not in add-in. How should I do? I also set up microsoft office for mac 2011.

    Microsoft didn't include that with the 2011 version.
    There is a third-party application that substitutes for the add-in: http://www.analystsoft.com/en/products/statplusmac/
    They also have a limited, free version.

  • Generic Data Access For All Class

    Hello
    I am doing one experiment on Data Access. In traditional system We have to write each Insert, Update, Delete code in data access for each table.
    My City Table Class:
    public class TbCitiesModel
    string _result;
    int _cityID;
    int _countryID;
    string _name;
    int _sortOrder;
    bool _enable;
    DateTime _createDate;
    string _countryName;
    public string result
    get { return _result; }
    set { _result = value; }
    public int cityID
    get { return _cityID; }
    set { _cityID = value; }
    public int countryID
    get { return _countryID; }
    set { _countryID = value; }
    public string name
    get { return _name; }
    set { _name = value; }
    public int sortOrder
    get { return _sortOrder; }
    set { _sortOrder = value; }
    public bool enable
    get { return _enable; }
    set { _enable = value; }
    public DateTime createDate
    get { return _createDate; }
    set { _createDate = value; }
    public string countryName
    get { return _countryName; }
    set { _countryName = value; }
    Traditional Code:
    public List<TbCitiesModel> DisplayCities()
    List<TbCitiesModel> lstCities = new List<TbCitiesModel>();
    using (SqlConnection connection = GetDatabaseConnection())
    using (SqlCommand command = new SqlCommand("STCitiesAll", connection))
    command.CommandType = CommandType.StoredProcedure;
    SqlDataReader reader = command.ExecuteReader();
    while (reader.Read())
    lstCities.Add(new TbCitiesModel());
    lstCities[lstCities.Count - 1].cityID = Convert.ToInt32(reader["cityID"]);
    lstCities[lstCities.Count - 1].countryID = Convert.ToInt32(reader["countryID"]);
    lstCities[lstCities.Count - 1].name = Convert.ToString(reader["name"]);
    lstCities[lstCities.Count - 1].sortOrder = Convert.ToInt32(reader["sortOrder"]);
    lstCities[lstCities.Count - 1].enable = Convert.ToBoolean(reader["enable"]);
    lstCities[lstCities.Count - 1].createDate = Convert.ToDateTime(reader["createDate"]);
    return lstCities;
    The above code is used to fetch all Cities in the table. But when There is another table e.g  "TBCountries" I have to write another method to get all countries. So each time almost same code but just table and parameters are changing.
    So decided to work on only one global Method to fetch data from Database.
    Generic Code:
    public List<T> DisplayCitiesT<T>(T TB, string spName)
    var categoryList = new List<T>();
    using (SqlConnection connection = GetDatabaseConnection())
    using (SqlCommand command = new SqlCommand(spName, connection))
    command.CommandType = CommandType.StoredProcedure;
    foreach (var prop in TB.GetType().GetProperties())
    string Key = prop.Name;
    string Value = Convert.ToString(prop.GetValue(TB, null));
    if (!string.IsNullOrEmpty(Value) && Value.Contains(DateTime.MinValue.ToShortDateString()) != true)
    command.Parameters.AddWithValue("@" + Key, prop.GetValue(TB, null));
    SqlDataReader reader = command.ExecuteReader();
    while (reader.Read())
    int i = 0;
    TB = Activator.CreateInstance<T>();
    int colCount = reader.FieldCount;
    foreach (var prop in TB.GetType().GetProperties())
    if (prop.Name != "result" && i <= (colCount - 1))
    prop.SetValue(TB, reader[prop.Name], null);
    i++;
    categoryList.Add(TB);
    return categoryList.ToList();
    Calling method:
    TbCitiesModel c = new TbCitiesModel();
    Program p = new Program();
    List<TbCitiesModel> lstCities = p.DisplayCitiesT<TbCitiesModel>(c,"STCitiesAll");
    foreach (TbCitiesModel item in lstCities)
    Console.WriteLine("ID: {0}, Name: {1}", item.cityID, item.name);
    Now Its working fine but I have tested with 10,00,000 Records in TBCities Table following are the result.
    1. The Traditional method took almost 58 - 59 -  58 - 59 - 59 seconds for 5 time
    2. The Generic Method is took 1.4 - 1.3 - 1.5 - 1.4 - 1.4  [minute.seconds]
    So by the results of test is generic method is probably slower in performance [because its have 3 foreach loops] but the data is very big almost 10,00,000 lakes records. So it might work good in lower records.
    1. So My question is can I used this method for real world applications ?? Or is there any performance optimization for this method?
    2. Also we can use this for the ASP.NET C# projects??
    Owner | Software Developer at NULLPLEX SOFTWARE SOLUTIONS http://nullplex.com

    Hi
    Mayur Lohite,
    Q1:It is not reasonable compared Generic Code with Traditional Code. The main issue not Generic.
    After take a look at your Generic Code.  Reflection code get slower in performance.
    TB = Activator.CreateInstance<T>();
    As Reflection is truly late bound approach to work with your types, the more Types you have for your single assembly the more slow you go on. Basically few people try to work everything based on Reflection. Using reflection unnecessarily will make your application
    very costly.
    Here is a good article about this issue, please take a look.
    Reflection is Slow or Fast? A Practical Demo
    Q2:Or is there any performance optimization for this method?
    The article presents some .NET techniques for using Reflection optimally and efficiently.
    optimizing object creation with reflection
    Note optimize
    reflection with Emit
    method.
    Best regards,
    Kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.
    Hello Kristin
    Please can you tell how I optimize reflection in my code.
    public List<T> DisplayCitiesT<T>(T TB, string spName)
    var categoryList = new List<T>();
    using (SqlConnection connection = GetDatabaseConnection())
    using (SqlCommand command = new SqlCommand(spName, connection))
    command.CommandType = CommandType.StoredProcedure;
    foreach (var prop in TB.GetType().GetProperties())
    string Key = prop.Name;
    string Value = Convert.ToString(prop.GetValue(TB, null));
    if (!string.IsNullOrEmpty(Value) && Value.Contains(DateTime.MinValue.ToShortDateString()) != true)
    command.Parameters.AddWithValue("@" + Key, prop.GetValue(TB, null));
    SqlDataReader reader = command.ExecuteReader();
    while (reader.Read())
    int i = 0;
    TB = Activator.CreateInstance<T>();
    int colCount = reader.FieldCount;
    foreach (var prop in TB.GetType().GetProperties())
    if (prop.Name != "result" && i <= (colCount - 1))
    prop.SetValue(TB, reader[prop.Name], null);
    i++;
    categoryList.Add(TB);
    return categoryList.ToList();
    Thank you.
    Owner | Software Developer at NULLPLEX SOFTWARE SOLUTIONS http://nullplex.com

  • Due date analysis  for open  items

    Hello All,
    I have to do the following things..can anyone of you help me .....to say is this possible and yes then may be just overview of how could i do this....
    i have been asked to go to transaction S_ALR_87012168...then the report will come ..in that enter say company code..and execute...
    when we will execute my job starts from here ..i have been asked to add one attribute WBS_ELEMENT  to the left navigation..(add one in addition of the entry you see like compnay code ,customer,......)....
    and when i click on the WBS_ELEMENT it should show dues on the riigh as you can see ....
    please help.

    There is not only one type of Open Items reports. For all marketing documents, the Due Dates are readily available.  If you want to combine all Due Dates into one, what is the meaning of this due date then?
    Thanks,
    Gordon

  • Fields on transaction S_ALR_87012168 -Due Date analysis for open Items

    Hello Gurus
    I am not able to find the technical name for report on fields due date 0-30,31-60 and so on because F1 does not work on those fields.
    Do you know the fields name and SAP table?
    Thanks in advance

    Hello,
    Please go to the FunctionPool  SAPLKYRE  and then click on the statement "INCLUDE lkyref20.                    " Subprograms for reading data". In the subprogram  "LKYREF20" click on INCLUDE LKYREF2B .  " READ_TABLES. Now in the Include LKYREF2B you can see the tables which are used for the output of the transaction S_ALR_87012168. I am not sure, how important it will be for you, but after a lot of R&D, I could get this information. You may let me know your findings.
    Thanks and regards,
    Suresh Jayanthi.

  • Change Currency S_ALR_87012168 - Due Date Analysis for Open Items

    Hi Experts,
    Report S_ALR_87012168 is showing amounts in EUR for all USD company codes. Even all the Invoices' Local and Doc currency is USD.
    Please help where I can change default currency for this report?
    Regards,
    Simar

    I found the solution and want to share with you all.
    On top goto Settings>Currency and change it from EUR to USD. Now from and to is USD.
    Thanks,
    Simar

  • S_ALR_87012168 - Due Date Analysis for Open Items

    Please help me about next issue:
    how can I add new characteristic to report. When I try to add with transaction FDIV, SAP only offer predefined characteristic.
    I need to add filed XREF1 as characteristic.

    Hello Dusan
    i have same issue i want to add WBS_ELEMENT field to the characteristics list ..........as you have closed this thread can you suggest how did you do that ........please help ASAP.

  • AP - Transaction S_ALR_87012078 (Due Date Analysis for Open Items)

    Hi,
    I have an enquiry regarding the above mentioned transaction from Accounts Payable.
    After executing this report, the DUE and NOT DUE amounts are group according to the number of days (such as 0-30, 31-60, 61-90).
    Is there any way i can display the lists of all  vendors belonging to say, 0-30 days category?
    I can only drill down to display all the vendors, but this will not show which category each vendor belongs to.
    Ultimately, my aim to find the vendor aging report to display the list of all vendors with the outstanding amounts to be paid.
    Appreciate if any expert can advise, thanks

    Hi
    did u try S_ALR_87012077
    Thank You,

Maybe you are looking for

  • Variable size item scenario.

    Hi, Requirement: A single material code should be used for a sheet metal for a specific thickness. Different shapes will be cut from the main sheet and to be identified with the same code but with various dimensions. Also to be identified in the syst

  • How do you turn off auto predict on wordpad?

    I have the Toshiba Portege M780 Touchscreen Tablet PC and no matter how many times i store my personalized handrwriting into the laptop, when i write specific words which are not in the english dictionary (eg european names etc) it auto corrects the

  • Getting error in ABAP coding after Upgradation of kernel

    Today our basis team has updated kernel. Now while writing code for Ex: write:/ u2018SAPu2019.  Its giving error Field "u2018SAPu2019" is unknown. It is neither in one of the specified tables nor defined by a "DATA" statement. I want to know is there

  • Company code region

    Hi Friends, I need solution for the below problem. Company code region is an attribute of Company code. When executing a report company code region for a particular geographic place is displayed.for remaining places it is empty. For example company c

  • Upgraded to 10.4.0.80 now i have no sound

    I just upgraded to 10.4.0.80 and now my sound is not working at all. I did try to go to another application but the sound is not working there either. volume is turned up to high on computor and applications. Tried windows media player and no sound t