Hi All,
I have the following data:
Year Day Month Time Ambient_Air_Temperature Wind_Speed Precipitation
1 2002 1 January 15 -7.980 2.668 146.90
2 2002 1 January 30 -8.090 2.541 146.90
3 2002 1 January 45...
HI All, I have the following 2 graphs:
mat <- matrix(c(107.6937,75.23753,61.22222,39.83478,23.69258,14.5623,6.201099,3.622861,2.132939,
141.0136,103.0853,82.92933,54.3715,33.37596,20.16385,8.279188,4.765267,2.781721...
I want to develop a new R package , I'm not that amazing in programming thus if you can help me we can publish a paper in the Journal of Statistical Software together,
Any one interested? for more details please send me your email and I will contact you.
Marwah Soliman,
PhD student at...
I have the following code:
mat <- matrix(c(99.26252,71.37107,61.3334,39.18475,24.28588,14.35852,6.303219,
3.56242,1.954307,130.77527,94.88575,78.30003,49.84874,31.19563,
18.62511,8.588128,4.634585,2.460038,151.68859,110.49118...
Hi everyone,
I have a small question how to write the following table in R:
\begin{tabular}{|l|cr|}
\hline
Time & Year & intensity \\
\hline
5min & 2 & 99.26252 \\
10min & 2 & 71.37107 \\
15min & 2 & 61.3334 \\
5min & 5 & 130.77527\\
10min& 5& 94.88575\\
15min& 5& 78.30003\\...
HI guys I have the following Data" for example" called ON:
\begin{tabular}{|l|cr|}
\hline
Postal & Claims \\
\hline
P0x123 & 180 \\
N0x123 & 169 \\
N0h245 & 125 \\
\hline
\end{tabular}
I want to select the data that have the postal code starts with "N" --I have a massive data so I want to...
I have a data with unordered dates as follows:
2009-10-19, 2011-04-28, 2008-04-11, 2009-10-18, 2009-06-12, 2006-08-04,
2009-08-21
With corresponding claims data as follows:
1,0,0,1,1,1,0
This is just a small part of the data, Now I want to specify the claims with dates from...
I have the following data set
GRID2002070800 PCP 1 2 2 0 2
7.273357510566711e-01 9.982312321662903e-01 2.894499301910400e-01 6.475514769554138e-01
GRID2002070900 PCP 1 2 2 0 2
1.724110126495361e+00...
I have the following data
"2001-01-01" "2001-01-02" "2001-01-03" "2001-01-04" "2001-01-05"
"2001-01-06" "2001-01-07" "2001-01-08" "2001-01-09" "2001-01-10"
"2001-01-11" "2001-01-12" "2001-01-13" "2001-01-14" "2001-01-15"
"2001-01-16" "2001-01-17" "2001-01-18" "2001-01-19" "2001-01-20"...
I have a precipitation data"daily" and I formed the following index DRI from the data
\begin{tabular}{|l|cr|}
\hline
Daily Rainfall(mm) & DRI \\
\hline
0-4.9 & 0 \\
5-9.9 & 1 \\
10-14.9 & 2 \\
so the general formula is
5n-5n+4.9 & n\\
\hline
\end{tabular}
I have the following code...