You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: This package calculates outcome parameters for PET data using time activity curves (TACs). The will allow for more reproducible PET modelling research.
6
+
Description: This package calculates outcome parameters for PET data using time activity curves (TACs). This will allow for more reproducible PET modelling research.
Copy file name to clipboardExpand all lines: R/kinfitr_lin2tcm.R
+24-14Lines changed: 24 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,13 @@
24
24
#' not included, the integrals will be calculated using trapezoidal
25
25
#' integration.
26
26
#' @param frameStartEnd Optional: This allows one to specify the beginning and
27
-
#' final frame to use for modelling, e.g. c(1,20). This can be used to assess time stability for example.
28
-
#' @param timeStartEnd Optional. This allows one to specify the beginning and end time point instead of defining the frame numbers using frameStartEnd. This function will restrict the model to all time frames whose t_tac is between the values, i.e. c(0,5) will select all frames with midtimes during the first 5 minutes.
27
+
#' final frame to use for modelling, e.g. c(1,20). This can be used to assess
28
+
#' time stability for example.
29
+
#' @param timeStartEnd Optional. This allows one to specify the beginning and
30
+
#' end time point instead of defining the frame numbers using frameStartEnd.
31
+
#' This function will restrict the model to all time frames whose t_tac is
32
+
#' between the values, i.e. c(0,5) will select all frames with midtimes during
33
+
#' the first 5 minutes.
29
34
#'
30
35
#' @return A list with a data frame of the fitted parameters \code{out$par}, the
31
36
#' model fit object \code{out$fit}, a dataframe containing the TACs of the
#' not included, the integrals will be calculated using trapezoidal
348
353
#' integration.
349
354
#' @param frameStartEnd Optional: This allows one to specify the beginning and
350
-
#' final frame to use for modelling, e.g. c(1,20). This can be used to assess time stability for example.
351
-
#' @param timeStartEnd Optional. This allows one to specify the beginning and end time point instead of defining the frame numbers using frameStartEnd. This function will restrict the model to all time frames whose t_tac is between the values, i.e. c(0,5) will select all frames with midtimes during the first 5 minutes.
355
+
#' final frame to use for modelling, e.g. c(1,20). This can be used to assess
356
+
#' time stability for example.
357
+
#' @param timeStartEnd Optional. This allows one to specify the beginning and
358
+
#' end time point instead of defining the frame numbers using frameStartEnd.
359
+
#' This function will restrict the model to all time frames whose t_tac is
360
+
#' between the values, i.e. c(0,5) will select all frames with midtimes during
361
+
#' the first 5 minutes.
352
362
#' @param inpshift_vals Optional. The values of the inpshift to assess with the
353
363
#' grid. By default, a grid between -1 and 1 with spacing of 0.01 will be
0 commit comments