Displaying 4 results from an estimated 4 matches for "variance2".
Did you mean:
variance
2009 Dec 01
3
Using two (...) in a function
...e the first (...) Vec
<- matrix(c(...))
for (i in seq(along <- Vec)){
caracteristica <- Vec[i]
varF <- if (caracteristica == "DAP") var1 else var2 ##here I would like
to do something like #if ###caracteristica == variable1) variance1 else if
(caracteristica == variable2) variance2 else ...
}
}
but to turn this in a function, I would like to replace ("DAP", "ALT") by
any variable and var1, var2 to any variance, and not only necessary 2, for
example
data ("variable1","variable2","variable3", "variance1", "varian...
2010 Oct 20
1
Generate variable with Bivariate Normal Distribution
Dear All
I want to generate variable with Bivariate Normal Distribution by
use mean1 = a, variance1 = b, mean2 = c, variance2 = d, rho = e.
How I can do this.
Many Thanks.
IRD
[[alternative HTML version deleted]]
2012 Mar 12
1
SEM eigen value error 0 X 0 matrix
...finan, pathg
optimism -> optimism_goodlife, pathh
optimism -> optimis_conlegis, pathi
wellbeing -> wellbeing_happy, pathj
wellbeing -> wellbeing_health, pathk
wellbeing -> wellbeing_life, pathl
belonging <-> autonomy, covariance1
autonomy_overwork <-> autonomy_famwkoff, covariance2
autonomy_overwork <-> autonomy_hrsrelax, covariance3
autonomy_hrsrelax <-> autonomy_famwkoff, covariance4
belonging <-> belonging, variance1
autonomy <-> autonomy, variance2
optimism <-> optimism, disturbance1
optimism_confinan <-> optimism_goodlife, disturbance2...
2000 Aug 05
1
Problem reading in table with extra spaces
...ere is a
space at the start of each data line. This happens becuase C was
right-justifying the numbers as it printed them out. It looks like
this:
T Run Seed IntAct Change f0 f0T0 f0T1 f0T2 average0 variance0
relentropy0 f1 f1T0 f1T1 f1T2 average1 variance1 relentropy1 f2 f2T0
f2T1 f2T2 average2 variance2 relentropy2 f3 f3T0 f3T1 f3T2 average3
variance3 relentropy3 f4 f4T0 f4T1 f4T2 average4 variance4 relentropy4
totalEntropy acquaint harmony identical
960 0 807089772 43 0 f0 42 22 36 0.940000 0.770000 0.969635 f1 32 38
30 0.980000 0.610000 0.995340 f2 24 38 38 1.140000 0.590000 0.981121 f3
31...