PC Review


Reply
Thread Tools Rate Thread

Access and Statistics

 
 
=?Utf-8?B?Y2FybA==?=
Guest
Posts: n/a
 
      9th Nov 2006
I am an Access Novice...

I have a database of 100,000.00 records. Can Access select a sample from
this dataset that will enable me to perform lognormal statistical analysis ?

What sql can I use to selest the sample data ?

Thank you in advance.
 
Reply With Quote
 
 
 
 
Douglas J. Steele
Guest
Posts: n/a
 
      10th Nov 2006
I'm not sure that Access has any built-in functionality that will help with
lognormal statistical analysis. You might want to take a look at Total
Access Statistics, from FMS Inc.
http://www.fmsinc.com/products/statistics/index.html

For how to construct a query that returns a random set of records, take a
look at http://www.mvps.org/access/queries/qry0011.htm at "The Access Web"

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"carl" <(E-Mail Removed)> wrote in message
news:BB92879D-E777-4B7B-93B2-(E-Mail Removed)...
>I am an Access Novice...
>
> I have a database of 100,000.00 records. Can Access select a sample from
> this dataset that will enable me to perform lognormal statistical analysis
> ?
>
> What sql can I use to selest the sample data ?
>
> Thank you in advance.



 
Reply With Quote
 
susiedba@hotmail.com
Guest
Posts: n/a
 
      10th Nov 2006
if you were to use Access Data Projects; keep your data in SQL Server--
then you could use 'Analysis Services'

SSAS has some GREAT statistical functions

MDB is for lamers

-Susie


Douglas J. Steele wrote:
> I'm not sure that Access has any built-in functionality that will help with
> lognormal statistical analysis. You might want to take a look at Total
> Access Statistics, from FMS Inc.
> http://www.fmsinc.com/products/statistics/index.html
>
> For how to construct a query that returns a random set of records, take a
> look at http://www.mvps.org/access/queries/qry0011.htm at "The Access Web"
>
> --
> Doug Steele, Microsoft Access MVP
> http://I.Am/DougSteele
> (no private e-mails, please)
>
>
> "carl" <(E-Mail Removed)> wrote in message
> news:BB92879D-E777-4B7B-93B2-(E-Mail Removed)...
> >I am an Access Novice...
> >
> > I have a database of 100,000.00 records. Can Access select a sample from
> > this dataset that will enable me to perform lognormal statistical analysis
> > ?
> >
> > What sql can I use to selest the sample data ?
> >
> > Thank you in advance.


 
Reply With Quote
 
punjab_tom@hotmail.com
Guest
Posts: n/a
 
      10th Nov 2006
Susie;

Analysis Services is hard for beginners-- but the best route to go.

Do you have any resources for Doug?

-Tom


(E-Mail Removed) wrote:
> if you were to use Access Data Projects; keep your data in SQL Server--
> then you could use 'Analysis Services'
>
> SSAS has some GREAT statistical functions
>
> MDB is for lamers
>
> -Susie
>
>
> Douglas J. Steele wrote:
> > I'm not sure that Access has any built-in functionality that will help with
> > lognormal statistical analysis. You might want to take a look at Total
> > Access Statistics, from FMS Inc.
> > http://www.fmsinc.com/products/statistics/index.html
> >
> > For how to construct a query that returns a random set of records, take a
> > look at http://www.mvps.org/access/queries/qry0011.htm at "The Access Web"
> >
> > --
> > Doug Steele, Microsoft Access MVP
> > http://I.Am/DougSteele
> > (no private e-mails, please)
> >
> >
> > "carl" <(E-Mail Removed)> wrote in message
> > news:BB92879D-E777-4B7B-93B2-(E-Mail Removed)...
> > >I am an Access Novice...
> > >
> > > I have a database of 100,000.00 records. Can Access select a sample from
> > > this dataset that will enable me to perform lognormal statistical analysis
> > > ?
> > >
> > > What sql can I use to selest the sample data ?
> > >
> > > Thank you in advance.


 
Reply With Quote
 
David F Cox
Guest
Posts: n/a
 
      10th Nov 2006
ah, my favorite, a .00 records statistician. I love precision. (:-<)

you can obtain a random selection of records using WHERE RND([yourfield])
> .whatever

you have to use a dummy positive field to ensure that the RND function gets
called for each record, or sort the table on RND([yourfield]) and select TOP
N.


"carl" <(E-Mail Removed)> wrote in message
news:BB92879D-E777-4B7B-93B2-(E-Mail Removed)...
>I am an Access Novice...
>
> I have a database of 100,000.00 records. Can Access select a sample from
> this dataset that will enable me to perform lognormal statistical analysis
> ?
>
> What sql can I use to selest the sample data ?
>
> Thank you in advance.
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Access Statistics =?Utf-8?B?SnVsaWVKYWNvYg==?= Microsoft Access Database Table Design 1 28th Jul 2007 04:12 PM
statistics in access =?Utf-8?B?YW1hbCAuVA==?= Microsoft Access VBA Modules 6 30th Mar 2006 03:42 PM
Skew and other statistics in Access =?Utf-8?B?QmFzaWw=?= Microsoft Access Queries 2 27th Sep 2005 03:26 PM
statistics in Access =?Utf-8?B?Sk1H?= Microsoft Access Queries 4 22nd Nov 2004 03:51 AM
Statistics in Access Julie Microsoft Access 1 2nd Sep 2004 08:42 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:05 PM.