The R Project SVN R

Rev

Rev 49152 | Rev 82223 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 49152 Rev 57370
Line 1... Line 1...
1
_A_n _R_d _R_e_g_r_e_s_s_i_o_n _T_e_s_t
1
_A_n _R_d _R_e_g_r_e_s_s_i_o_n _T_e_s_t
2
 
2
 
3
_U_s_a_g_e:
3
_U_s_a_g_e:
4
 
4
 
5
     \x \y %{}
5
     \x \y %{}
6
     
6
     
7
     foo(x, y)
7
     foo(x, y)
8
     
8
     
9
_D_e_t_a_i_l_s:
9
_D_e_t_a_i_l_s:
10
 
10
 
11
     Escaped backslash '\x'.
11
     Escaped backslash '\x'.
12
 
12
 
13
     '%{}'
13
     '%{}'
14
  
14
 
15
     a link and one to a known destination: weighted.mean
15
     a link and one to a known destination: weighted.mean
16
  
16
 
17
     var in text.
17
     var in text.
18
  
18
 
19
     'foo(x, y)'.
19
     'foo(x, y)'.
20
  
20
 
21
     
21
     
22
     
22
     
23
       Escaped backslash \x.
23
       Escaped backslash \x.
24
     
24
     
25
       %{}
25
       %{}
26
     
26
     
27
       var in \var{text}.
27
       var in \var{text}.
28
       
28
       
29
       foo(\var{x}, \var{y}).
29
       foo(\var{x}, \var{y}).
30
       
30
       
31
       From gap: pedtodot.Rd -- n=split(m,par,"\034")
31
       From gap: pedtodot.Rd -- n=split(m,par,"\034") 
32
       
32
       
-
 
33
 
-
 
34
     Yihui Xie's example:
-
 
35
 
-
 
36
     def ghi
33
 
37
 
34
_E_x_a_m_p_l_e_s:
38
_E_x_a_m_p_l_e_s:
35
 
39
 
36
     \x
40
     \x
37
     %{}
41
     %{}
38
     foo(x, y)
42
     foo(x, y)
39
     
43