-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use the numerical generative process to calibrate the model #14
Comments
Calibrate inference of associations
|
"Setup coefficient to have same intercept (for simplicity), and zero slope" |
Execute the code at the homepage of this repository and you will see what coefficients you get for a real dataset. You can get the range from those (except the intercept that should be zero for this test) |
About integer or not, it is exactly the same. When you do matrix multiplication between design and coefficient is the same. |
Hi Stefano, I have successfully created 100 data frames from my function. To detect the change, do I need to use sccomp library? Or I shall find out a way to do that ? |
Yes, run sccomp on your data set. See example dataset from github README. Start from a few and try to draw descriptive statistics. |
which function in the sccomp is used for detecting variation ? |
As I noticed the fuction: res = |
if you analyse different studies no, you analyse them independently. I don't know what you mean by data frames. Data frame can be anything. Please be more precise.
yes |
By data frames, I mean the output simulated data frames from my numeric generation process. |
one data frame includes M categories and N subjects. another data frame includes M categories and N subjects. one subject does constitute a very small dataset that cannot be used for regression, size = 1 |
Does the false positive rate we claim (e.g. 0.05) correspond to 5% of false positives given our no-association, no-outlier simulated data?
Calibration:
The text was updated successfully, but these errors were encountered: