0 votes
in R Language by
What is the use of With () and By () function in R language?

1 Answer

0 votes
by

with() function applies an expression to a dataset.

#with(data,expression)

By() function applies a function t each level of a factors.

#by(data,factorlist,function)

Data science masters program

Related questions

0 votes
asked Feb 25, 2020 in R Language by rahuljain1
0 votes
asked Feb 27, 2020 in R Language by rahuljain1
...