Description Usage Arguments Value
Takes any data fame and transpose the blocks predeterminated in the function, than it give the standard deviation of the column or the standard deviation of the the rows of each block. It also gives the total standard deviation of each transposed block. ' the hole block transposed.
1 2 3 4 5 6 7 8 |
Data |
Data frame that will be imported. |
lengthBlock |
Nomber of rows that will be transposed for any row. |
cls |
Columns of the data frame that we want to transpose. |
rs |
The rows of the first block. Based on this rows the function will select identically the rows of every other block. |
time_col |
The 'time parameter' is optional. We can ignore it if our data has no time values. |
SD |
Character that can take the values Row, Col or Block. Based on the option. that we'll choose and the function will return the mean of the Row, Col of each block or the general mean of all the block. |
tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.