Displaying 3 results from an estimated 3 matches for "4.230".
Did you mean:
4.23
2006 Dec 09
2
Floating point maths in R
Hi,
I am not sure if this is just me using R (R-2.3.1 and R-2.4.0) in the
wrong way or if there is a more serious bug. I was having problems
getting some calculations to add up so I ran the following tests:
> (2.34567 - 2.00000) == 0.34567 <------- should be true
[1] FALSE
> (2.23-2.00) == 0.23 <------- should be true
[1] FALSE
> 4-2==2
[1] TRUE
> (4-2)==2
[1] TRUE
>
2009 Aug 12
1
what is the difference between the two logistic models?
Hi All,
I have data with 400 individuals and the following information
Grade: pass or fail coded as 1 for pass and 0 for fail
Sex: male or female ( coded as 1 for male and 2 for female )
Age
Teaching.method : can be 1,2,3
I want to fit a logistic regression where the outcome if (1=pass or 0 for
fail) and the rest of the variables are the regressors.
My question is that I am not sure
2013 Apr 11
2
Read the data from a text file and reshape the data
I have a data set for different time intervals. The data has three comment
lines before data for each time interval. For each time interval there are
500 data points. I want to change the dataset such that I have the following
format:
t1 t2 t3 ................
0.00208 0.00417 0.00625 .................
a1 a2 a3 ...................