Displaying 4 results from an estimated 4 matches for "_statistics".
Did you mean:
statistics
2006 Mar 30
9
Getting data from multiple controllers (Newbie question)
Hello,
Assuming I have the following setup for one page:
<column A><data from controller 1 /> </columnA>
<column B><data from controller 2 /> </columnB>
<column C><data from controller 3 /> </columnC>
Assuming the page is created for Controller 2, what would be the best
way(s) to gather/render the data from the other controllers?
Best
2009 Aug 13
1
prop.test() - need algorithm or reference
Preparing a paper for a medical journal.
Using the prop.test() function in R (v2.4.0)
to compare two groups' response to data like the following.
A sample of 100 individuals from Population I, 18 with positive readings
from a certain test,
vs.
A sample of 148 individuals from Population II, 61 with positive readings.
Results look like this:
R version 2.4.0 Patched (2006-11-25
2025 Jun 01
0
Repository of Examples and Problems from Lock5 textbook
...till
helpful to me to be able to translate the examples and problems from
the textbook into R, and strengthened both my knowledge of statistics
and R.
Instead of just storing my work away, I've created a GihHub repository
of the work that I did that was directly related to the textbook I
used, _Statistics: Unlocking the Power of Data_ by Lock, Lock, Lock,
Lock and Lock, third edition. I created an Rmarkdown file for each
chapter's examples and the problems at the end of each chapter. I also
processed each .Rmd file into a PDF file.
I've uploaded these to
https://github.com/kzembower/Lock5P...
2008 Oct 28
5
Page does not seem to be reloaded on prod server
Hi all
I''ve coded a small shop that works well on my dev machine (OSX 10.5).
But look at the following page:
http://shop.incense.ch/compact_discs/1
When clicking "Reservieren", the page is forwarded to a new page, where
the product is added to the shopping cart, and a flash notice is
prepare. Then the page is redirected back to the shop page.
On my dev machine this works