Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would like to make a macro that does the same as the menu-option: Tools -
Data Analysis - Regression? Macro-recording results in somtething like: Application.Run "ATPVBAEN.XLA!Regress", , , True, True, 95, , True, _ True, True, True, , True Not very helpfull! I can use the function RSQ, but I would like to have the extra information of the menu option without having to program it all myself. Thanks in advance Anne |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
See
http://groups.google.com/groups?selm...40mediaone.net Jerry Anne wrote: I would like to make a macro that does the same as the menu-option: Tools - Data Analysis - Regression? Macro-recording results in somtething like: Application.Run "ATPVBAEN.XLA!Regress", , , True, True, 95, , True, _ True, True, True, , True Not very helpfull! I can use the function RSQ, but I would like to have the extra information of the menu option without having to program it all myself. Thanks in advance Anne |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you record a macro when you're changing these options (one by one), you'll
see what changes. But try them in this order: inpyrng inpxrng constant labels confid soutrng residuals sresiduals rplots lplots routrng nplots poutrng Anne wrote: I would like to make a macro that does the same as the menu-option: Tools - Data Analysis - Regression? Macro-recording results in somtething like: Application.Run "ATPVBAEN.XLA!Regress", , , True, True, 95, , True, _ True, True, True, , True Not very helpfull! I can use the function RSQ, but I would like to have the extra information of the menu option without having to program it all myself. Thanks in advance Anne -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Dave for the suggestion.
What is the meaning of routrng and poutrng I don't see them on the dialog window. Anne "Dave Peterson" wrote in message ... If you record a macro when you're changing these options (one by one), you'll see what changes. But try them in this order: inpyrng inpxrng constant labels confid soutrng residuals sresiduals rplots lplots routrng nplots poutrng Anne wrote: I would like to make a macro that does the same as the menu-option: Tools - Data Analysis - Regression? Macro-recording results in somtething like: Application.Run "ATPVBAEN.XLA!Regress", , , True, True, 95, , True, _ True, True, True, , True Not very helpfull! I can use the function RSQ, but I would like to have the extra information of the menu option without having to program it all myself. Thanks in advance Anne -- Dave Peterson |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I don't know. In fact, when I recorded a couple of macros, I only got 12
parms. Maybe some experimenting when you record some macros varying your input would give you an idea. Anne wrote: Thanks Dave for the suggestion. What is the meaning of routrng and poutrng I don't see them on the dialog window. Anne "Dave Peterson" wrote in message ... If you record a macro when you're changing these options (one by one), you'll see what changes. But try them in this order: inpyrng inpxrng constant labels confid soutrng residuals sresiduals rplots lplots routrng nplots poutrng Anne wrote: I would like to make a macro that does the same as the menu-option: Tools - Data Analysis - Regression? Macro-recording results in somtething like: Application.Run "ATPVBAEN.XLA!Regress", , , True, True, 95, , True, _ True, True, True, , True Not very helpfull! I can use the function RSQ, but I would like to have the extra information of the menu option without having to program it all myself. Thanks in advance Anne -- Dave Peterson -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2002 Analysis ToolPak Regression Analysis Help Requested | Excel Worksheet Functions | |||
Where can I find Tools : Data Analysis : Regression in Excel (Vist | Excel Discussion (Misc queries) | |||
regression charts in data analysis | Charts and Charting in Excel | |||
Charts generated by Data Analysis/Regression Add-in | Charts and Charting in Excel | |||
Recalculating a Regression Output in Data Analysis | Excel Worksheet Functions |