fnProfile: fnProfile

View source: R/aspic-profile.R

fnProfileR Documentation

fnProfile

Description

Outputs as a data.frame a summary of parameters and RSS etc by data component generated when doing a profile

Usage

fnProfile(x)

Arguments

x:

an aspic object

Value

a data frame with results by data component.

See Also

biodyn,profile fit

Examples

## Not run: 
data(asp)
dcK=profile(asp,which=c("k"),range=seq(0.2,2.0,length.out=21),fn=fnProfile)
ggplot(dcK)+geom_line(aes(k,value,group=variable,col=variable))+
 theme_ms(12,legend.position="bottom")+
 ylab("Residual Sum of Squares")+xlab("K")


## End(Not run)       

laurieKell/mpb documentation built on Sept. 9, 2023, 9:47 p.m.