Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 12 found.
[1] < 1 2 > [2]  Sort:

ACCLMA-package (Package: ACCLMA) : Plots ACCvsLOI & LMA graphs

This package contains a function that imports data from a CSV file or uses manually entered data from the format (X,Y,Weight) and plots the appropriate ACC vs LOI graph and LMA graph.
● Data Source: CranContrib
● Keywords: package,LMA,ACC,LOI,Absolute Concentration Curve,LOI minus ACC,regression coefficient,robustness
● Alias: ACCLMA, ACCLMA-package
● 0 images

calcLMA (Package: ACCLMA) : Calculates the appropriate LMA values for each observation

This function receives a matrix containing the X,Y,Weight,FX,FY,LOI columns, after the calcWeights and the reduceSameXs function has been used on it and calculates the LMA column
● Data Source: CranContrib
● Keywords: ~kwd1, ~kwd2
● Alias: calcLMA
● 0 images

calcWeights (Package: ACCLMA) : Calculates the relative weight of each observation

This function receives a matrix after the averageSameXs function has been used on it and calculates the relative weight of each observation by dividing its weight by the total weights. If at least one observation doesn't have a weight specified the function assumes all the observations are of equal weight
● Data Source: CranContrib
● Keywords: ~kwd1, ~kwd2
● Alias: calcWeights
● 0 images

calcFY (Package: ACCLMA) : Calculates the appropriate FY value of each observation

Calculates the aggregated mean Y value of each observation by summing the F(Y) value of the previous observation with the Y*Weight of the current observation
● Data Source: CranContrib
● Keywords: ~kwd1, ~kwd2
● Alias: calcFY
● 0 images

plotGraphs (Package: ACCLMA) : Plots the ACC vs LOI graph and the LMA graph

This function receives a matrix containing the X,Y,Weight,FX,FY,LOI,LMA columns after the calcWeights and the reduceSameXs function has been used on it and plots the appropriate ACC vs LOI graph and the LMA graph, each in a seperate window
● Data Source: CranContrib
● Keywords: ~kwd1, ~kwd2
● Alias: plotGraphs
1 images

fillData (Package: ACCLMA) : Opens a window for manual entry of X,Y,weight data set

This function opens a manual data entry window, saves it as a data set and then sorts it by the X values (the first column)
● Data Source: CranContrib
● Keywords: ~kwd1, ~kwd2
● Alias: fillData
● 0 images

averageSameXs (Package: ACCLMA) : Unifies all same X observations

The function unifies all the observations with the same X values into one obseravtion with regard to the weights of each observation
● Data Source: CranContrib
● Keywords: ~kwd1, ~kwd2
● Alias: averageSameXs
● 0 images

calcLOI (Package: ACCLMA) : Calculate the appropriate LOI value for each observation

This function receives a matrix containing the X,Y,Weight,FX,FY columns, after the calcWeights and the reduceSameXs function has been used on it and calculates the LOI column
● Data Source: CranContrib
● Keywords: ~kwd1, ~kwd2
● Alias: calcLOI
● 0 images

size (Package: ACCLMA) : Counts the number of rows in a data set

This function counts the number of rows in a data set by running over the first column and stops on the first blank value in this column it finds
● Data Source: CranContrib
● Keywords: ~kwd1, ~kwd2
● Alias: size
● 0 images

plotLMA (Package: ACCLMA) : Plots the ACC vs LOI and LMA graphs of an imported or manually entered data set

This is the main function of the package and the one that should be used to plot the ACC vs LOI and LMA graphs. If weights are not relevant leave the column blank (null values)
● Data Source: CranContrib
● Keywords: ~kwd1, ~kwd2
● Alias: plotLMA
● 0 images