Difference between revisions of "Manuals/calci/ASSIGN"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''CRITBINOM(trials,probabilitys,alpha,accuracy)'''</div><br/> *<math>trials</math> is the number of independent trials.") |
|||
| Line 1: | Line 1: | ||
| − | <div style="font-size:30px">''' | + | <div style="font-size:30px">'''ASSIGN (String,Value)'''</div><br/> |
| − | *<math> | + | *<math>String</math> is the string to assign. |
| + | *<math>Value</math> is the value assigned to the string. | ||
| + | |||
| + | ==Description== | ||
| + | *This function assigning a value to the string. | ||
| + | *That is Assign a value to a name in an environment. | ||
| + | |||
| + | ==Examples== | ||
| + | #ASSIGN("Sun",1) = 1 | ||
| + | #ASSIGN("eyes",2) =2 | ||
| + | #ASSIGN("stars",20000) =20000 | ||
| + | |||
| + | ==See Also== | ||
| + | *[[Manuals/calci/ADDRESS | ADDRESS ]] | ||
| + | |||
| + | ==References== | ||
| + | *[https://stat.ethz.ch/R-manual/R-devel/library/base/html/assign.html ASSIGN] | ||
Revision as of 14:06, 23 September 2016
ASSIGN (String,Value)
- is the string to assign.
- is the value assigned to the string.
Description
- This function assigning a value to the string.
- That is Assign a value to a name in an environment.
Examples
- ASSIGN("Sun",1) = 1
- ASSIGN("eyes",2) =2
- ASSIGN("stars",20000) =20000