Mean and standard deviation are not given.
Only regression/ trend line equation and R value are given.
How to simulate 100 nos. data from above scenario?
Exequiel and Nazmul already gave you the theory. Now if you want a straightforward solution, follow my example.
You have something like this:
--------------------------------------------------------------------
madeup_data
Do you have the standard deviation of errors? If you don't, you need to assume one value.
From the general equation of linear regression, with an error term e, which follows a normal distribution N(0,sigma_e):
y = mx+n + e
you can simulate y values as follows, assuming that x is in the range of (0,999):
x = runif(100, min = 0, max = 999)
y = m*x+y + rnorm(100, mean = 0, sd = sigma_e)
Saurav Vaia,
The mean is the regression equation itself. However, the std. dev. can/may be back calculated from the R-square value.
Can Amine (such as Et3N) be used as solvent as well as base for the Sonogashira Coupling? How to decide the amount of solvent to be used in any reaction? Does the amount of solvent affect the...
14 February 2021 4,018 3 View
I have a protein model and want to replace a 12-amino acids-long region within the center of the model with those of a PDB file containing a 12-amino acids long peptide of the same sequence. This...
02 February 2021 779 2 View
How architectural form, shape, style and technique are influenced by Cultural Values and Norms?
05 October 2020 6,651 17 View
It has been recognized that Architecture is influenced by many factors like, Social, Physical, Cultural, Environmental, Economic and Political etc.
04 October 2020 5,867 10 View
I have been working with a complex system that involves 5 different atoms and 3 different molecules. However 2 of the atoms are present in 2 different molecules i.e O & H. Now when I am...
10 March 2020 4,547 2 View
I am looking for a circuit which can generate an emf oscillating at frequency of 2.5Ghz. My setup is in such a way that, I am passing particles (negligible mass) from a tunnel and want an emf...
21 December 2019 9,800 6 View
Some Pseudomonas sp. are reported for biosurfactant production with glucose as a carbon source, where as other Pseudomonas sp. reports the significant BS production with hydrocarbon. Why?
12 November 2019 282 3 View
The pore size of my developed bone scaffold ranges within 100-500 microns as observed from SEM analysis. What is the best way out of BET and mercury intrusion porosimetry to test the the pore...
19 August 2019 7,324 2 View
During the synthesis of 1,3,6,8-tetrabromopyrene, nitrobenzene was used as solvent, so I feel that it was used as a solvent may be because the reaction requires high temperature to form the...
03 July 2019 2,534 3 View
The plant is already known as anti-cancerous, but the biochemical study has not been done. However the active compound, from the plant has been researched already to find anti-cancerous activity...
13 June 2019 451 5 View
When I tried to energy minimization my system, I got fatal error as below. Fatal error: Atomtype opls_116 not found Although I've already added this line: ; include water #include "oplsaa.ff/spc.itp" to [molecultype] directive in my topology.
16 June 2021 0 0 View
I have an experiment with 28 participants The independent variable is the times 1, 2, 5, and 10 used as the cross hairs during a task These 4 times were tested using 4 different blocks, each...
03 March 2021 9,692 2 View
Hello, I'm fairly new to ARENA and I have the following problem: I have two queues in which, in each queue, a different order type arrives (both having an arrival rate of exponential 10). Order...
02 March 2021 2,431 3 View
I just wanted to check if I need to run a linear regression separately if I am using PROCESS MACRO to run mediation analysis. Thank you.
02 March 2021 4,359 3 View
Hello, I have a mechanism where air rises due to convective flows. In this simulation, nothing is driving the air except this. I understand that the Boussinesq approximation only works for small...
02 March 2021 4,910 3 View
Good afternoon, I recently used OmniLog from BIOLOG for my experimentations : I tested the metabolism of different strains on 2 types of plates. I have 16 strains of 3 different groups...
02 March 2021 3,584 1 View
Actually, I am running cfd simulation for a heat exchanger which has two fluids one hot and other one is cold fluid. there is a solid domain between them, which I removed and instead I have used...
01 March 2021 9,537 2 View